Skip to content

Commit

Permalink
fix(presets): use regex to match versions for :automergeStableNonMajo…
Browse files Browse the repository at this point in the history
…r preset (#32924)
  • Loading branch information
JuJup authored Dec 5, 2024
1 parent 22d356b commit 135b127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const presets: Record<string, Preset> = {
packageRules: [
{
automerge: true,
matchCurrentVersion: '>= 1.0.0',
matchCurrentVersion: '!/^0/',
matchUpdateTypes: ['minor', 'patch'],
},
],
Expand Down

0 comments on commit 135b127

Please sign in to comment.