Skip to content

Commit 9952acf

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
"packageRules": [
77
{
88
"groupName": "npm",
9-
"matchDatasources": ["npm"]
9+
"matchDatasources": ["npm"],
10+
"matchCurrentVersion": ">=1.0.0"
1011
},
1112
{
1213
"groupName": "cargo",
13-
"matchDatasources": ["crate"]
14+
"matchDatasources": ["crate"],
15+
"matchCurrentVersion": ">=1.0.0"
1416
},
1517
{
1618
"groupName": "actions",

0 commit comments

Comments
 (0)