Skip to content

Commit 414ae0b

Browse files
committed
chore: Iterate on renovate
1 parent de93c2f commit 414ae0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@
77
// - Have lockfile and manifest in-sync
88
{
99
"matchManagers": ["cargo"],
10+
"matchCurrentVersion": ">=0.1.0",
1011
"matchUpdateTypes": ["patch"],
1112
"automerge": true,
1213
"groupName": "safe",
1314
},
15+
{
16+
"matchManagers": ["cargo"],
17+
"matchCurrentVersion": ">=1.0.0",
18+
"matchUpdateTypes": ["minor"],
19+
"automerge": true,
20+
"groupName": "safe",
21+
},
1422
],
1523
}

0 commit comments

Comments
 (0)