Skip to content

Commit

Permalink
Fix the stabilization branch selector
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 2, 2023
1 parent 5e61249 commit 1085bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
/** Accept only the patch on stabilization branches */
{
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/', '/^[0-9]+\\.[0-9]+-gdal[0-9]+\\.[0-9]+$/'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
},
Expand All @@ -108,7 +108,7 @@
},
/** Update dpkg versions at any time */
{
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/', '/^[0-9]+\\.[0-9]+-gdal[0-9]+\\.[0-9]+$/'],
matchPaths: ['^ci/dpkg\\-versions\\.yaml$'],
schedule: ['at any time'],
groupName: 'dpkg',
Expand Down

0 comments on commit 1085bf9

Please sign in to comment.