diff options
-rw-r--r-- | renovate.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index a903d4a..fd934f8 100644 --- a/renovate.json +++ b/renovate.json @@ -8,5 +8,19 @@ }, "git-submodules": { "enabled": true - } + }, + "packageRules": [ + { + "matchManagers": ["ansible", "ansible-galaxy"], + "groupName": "ansible" + }, + { + "matchManagers": ["poetry"], + "groupName": "poetry" + }, + { + "matchManagers": ["github-actions"], + "groupName": "github-actions" + } + ] } |