Skip to content

Commit

Permalink
Fix regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 25, 2023
1 parent c624203 commit 7535aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
/** Accept only the patch on the stabilization branches */
{
matchBaseBranches: ['/2\\..*/'],
matchBaseBranches: ['/[0-9]\\..*/'],
matchUpdateTypes: ['major', 'minor', 'pin', 'digest', 'lockFileMaintenance', 'rollback', 'bump'],
enabled: false,
},
Expand Down

0 comments on commit 7535aa6

Please sign in to comment.