Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Comment future renovate.json5 support for multipleMinors
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Sep 25, 2023
1 parent 24d13c8 commit c7fcc75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'manifests/**',
'jobs/**',
],
baseBranches: [ "master"], //See also possible support for multiple base branches, one per K8S minor version https://docs.renovatebot.com/configuration-options/#basebranches
packageRules: [
{
matchDatasources: [
Expand Down Expand Up @@ -47,6 +48,7 @@
'k3s-io/k3s',
],
separateMinorPatch: true,
separateMultipleMinor: true, // Pending merge of https://github.com/renovatebot/renovate/pull/24538 to be effective
},
],
regexManagers: [
Expand Down

0 comments on commit c7fcc75

Please sign in to comment.