|
|
|
|
@ -14,9 +14,18 @@
@@ -14,9 +14,18 @@
|
|
|
|
|
"enabledManagers": ["cargo", "github-actions", "npm"], |
|
|
|
|
"packageRules": [ |
|
|
|
|
{ |
|
|
|
|
"groupName": "{{manager}}", |
|
|
|
|
"matchManagers": ["cargo", "github-actions", "npm", "nuget"], |
|
|
|
|
"matchPackagePatterns": ["*"], |
|
|
|
|
"groupName": "cargo minor", |
|
|
|
|
"matchManagers": ["cargo"], |
|
|
|
|
"matchUpdateTypes": ["minor", "patch"] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"groupName": "gh minor", |
|
|
|
|
"matchManagers": ["github-actions"], |
|
|
|
|
"matchUpdateTypes": ["minor", "patch"] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"groupName": "npm minor", |
|
|
|
|
"matchManagers": ["npm"], |
|
|
|
|
"matchUpdateTypes": ["minor", "patch"] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
|