Skip to content

Commit 1a076a1

Browse files
authored
Group rust toolchain and dockerfile updates (#568)
1 parent 4921d8a commit 1a076a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"go": "1.21"
1616
},
1717
"packageRules": [
18+
{
19+
"groupName": "rust",
20+
"matchManagers": ["custom.regex", "dockerfile"],
21+
"matchDepNames": ["rust"]
22+
},
1823
{
1924
"matchManagers": ["cargo"],
2025
"matchUpdateTypes": ["minor", "patch"],

0 commit comments

Comments
 (0)