diff options
Diffstat (limited to 'renovate.json')
| -rw-r--r-- | renovate.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json index 5db72dd..2b1702b 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,31 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchManagers": ["npm"], + "groupName": "all npm dependencies", + "groupSlug": "npm-all", + "matchUpdateTypes": [ + "minor", + "patch" + ] + }, + { + "matchManagers": ["nuget"], + "groupName": "all NuGet dependencies", + "groupSlug": "nuget-all", + "matchUpdateTypes": [ + "minor", + "patch" + ] + }, + { + "matchManagers": ["github-actions"], + "groupName": "all GitHub Actions", + "groupSlug": "gh-actions-all" + } ] + } |
