Skip to content

Commit

Permalink
Renovate: Be able to do lockFileMaintenance on maintenance versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 29, 2025
1 parent 426f137 commit 9fab609
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 9fab609

Please sign in to comment.