Skip to content

Commit

Permalink
Merge pull request #11667 from camptocamp/package-lock-2-9
Browse files Browse the repository at this point in the history
Renovate: Be able to do lockFileMaintenance on maintenance versions
  • Loading branch information
sbrunner authored Jan 29, 2025
2 parents 426f137 + 9fab609 commit 2d3e59d
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 @@ -123,10 +123,10 @@
matchFileNames: ['.github/workflows/ngeo-*.yaml'],
enabled: false,
},
/** Accept only the patch on stabilization branches */
/** Accept only the patch and lockFileMaintenance on stabilization branches */
{
matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'rollback', 'bump'],
enabled: false,
},
/** Support the 4 parts of shellcheck-py version with a v prefix */
Expand Down

0 comments on commit 2d3e59d

Please sign in to comment.