Skip to content

Commit

Permalink
Configure renovate-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Mar 15, 2024
1 parent 6c4593b commit 924e229
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"extends": [
"config:base"
],
"timezone": "Europe/Berlin",
"automerge": true,
"rebaseWhen": "conflicted",
"pip_requirements": {
"extends": ["schedule:monthly"],
"ignoreDeps": ["inflect"]
},
"github-actions": {
"extends": ["group:all"],
"groupName": "github-actions",
"groupSlug": "github-actions",
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": ["*"]
}
],
}
}

0 comments on commit 924e229

Please sign in to comment.