Skip to content

Commit

Permalink
Merge pull request #1029 from jvanz/renovate-bot-common-config
Browse files Browse the repository at this point in the history
chore(ci): use common renovate bot configuration.
  • Loading branch information
flavio authored Jan 15, 2025
2 parents 503ca3a + 39c6281 commit 3fff089
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
{
"extends": [
"config:base",
"schedule:earlyMondays",
"helpers:pinGitHubActionDigests"
],
"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"
}
],
"rebaseWhen": "behind-base-branch"
"github>kubewarden/github-actions//renovate-config/default"
]
}

0 comments on commit 3fff089

Please sign in to comment.