diff options
author | 2024-07-01 21:30:15 +0100 | |
---|---|---|
committer | 2024-07-01 21:33:14 +0100 | |
commit | 565b43b4b4e4684a17fbd78d0a7f95aeb5aac484 (patch) | |
tree | e7663772a4f6b0c627598eb7cc67f98b2d332838 | |
parent | Remove dependabot configuration (diff) |
Group Ansible, Poetry and GitHub Actions bumps
-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" + } + ] } |