Skip to content

Commit affb75b

Browse files
committed
chore: Configure matchCurrentVersion for renovate
1 parent 9952acf commit affb75b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@
1717
{
1818
"groupName": "actions",
1919
"matchManagers": ["github-actions"],
20-
"automerge": true
20+
"automerge": true,
21+
"matchCurrentVersion": ">=1.0.0"
2122
},
2223
{
2324
"matchDepTypes": ["devDependencies"],
24-
"automerge": true
25+
"automerge": true,
26+
"matchCurrentVersion": ">=1.0.0"
2527
},
2628
{
2729
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
28-
"automerge": true
30+
"automerge": true,
31+
"matchCurrentVersion": ">=1.0.0"
2932
}
3033
],
3134
"ignorePaths": ["packages/core/e2e/fixtures"]

0 commit comments

Comments
 (0)