Skip to content

Commit

Permalink
Refine renovate.json5: ask for patch updates for k8s releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 2, 2024
1 parent c4269d9 commit 5cc56c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
versioning: "semver",
//separateMultipleMinor: true, // Pending merge of https://github.com/renovatebot/renovate/pull/24538 to be effective
},
{
description: 'Only ask for patch updates for k8s releases',
matchPaths: [
'vendir.yml',
],
//See https://github.com/renovatebot/renovate/discussions/15861
"matchUpdateTypes": ["minor"],
"enabled": false
},
{
description: 'Auto-merge patch releases, e.g. from 1.25.1 to 1.25.2',
matchPackageNames: [
Expand Down

0 comments on commit 5cc56c9

Please sign in to comment.