Skip to content

Commit

Permalink
Merge pull request #986 from kubewarden/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
viccuad authored Nov 26, 2024
2 parents 8f5c92a + 6723c66 commit 09a5728
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 09a5728

Please sign in to comment.