Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 994f6af commit 6723c66
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,34 @@
{
"extends": [
"config:base",
"config:recommended",
"schedule:earlyMondays",
"helpers:pinGitHubActionDigests"
],
"labels": ["dependencies"],
"lockFileMaintenance": { "enabled": true },
"major": { "enabled": false },
"minor": { "enabled": false },
"patch": { "enabled": true },
"labels": [
"dependencies"
],
"lockFileMaintenance": {
"enabled": true
},
"major": {
"enabled": false
},
"minor": {
"enabled": false
},
"patch": {
"enabled": true
},
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"patch"
],
"groupName": "all patchlevel dependencies",
"groupSlug": "all-patch"
"groupSlug": "all-patch",
"matchPackageNames": [
"*"
]
}
],
"rebaseWhen": "behind-base-branch"
Expand Down

0 comments on commit 6723c66

Please sign in to comment.