Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed May 30, 2023
1 parent 925c4a9 commit e23d54e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,34 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"baseBranches": [
"alpha"
],
"stabilityDays": 4,
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"matchPackageNames": [
"python"
],
"matchUpdateTypes": [
"major",
"minor"
],
"enabled": false
},
{
"groupName": "all patch dependencies",
"groupSlug": "all-patch-patch",
"automerge": true,
"schedule": "after 7am every weekday",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"patch"
]
}
]
}

0 comments on commit e23d54e

Please sign in to comment.