Skip to content

Commit

Permalink
Add support for Renovate bot instead of dependabot (#249)
Browse files Browse the repository at this point in the history
JIRA: RHELWF-11847
  • Loading branch information
hluk authored Dec 5, 2024
1 parent caa0a45 commit 6c2ca86
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":enablePreCommit",
"group:all",
":gitSignOff",
":disableDependencyDashboard",
"schedule:weekly"
],
"packageRules": [
{
"description": "Patch and digest updates",
"matchUpdateTypes": [
"major",
"minor",
"patch",
"digest"
],
"groupName": "all dependencies",
"automerge": true,
"platformAutomerge": true
}
],
"constraints": {
"python": ">=3.9,<3.13"
},
"configMigration": true
}

0 comments on commit 6c2ca86

Please sign in to comment.