chore: group ansible package deps

This commit is contained in:
Robert Kaussow 2021-05-11 22:15:26 +02:00
parent 88d0811a39
commit 8520f246f7
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -1,4 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>thegeeklab/renovate-presets"] "extends": ["github>thegeeklab/renovate-presets"],
"packageRules": [
{
"description": "Ansible base dependencies",
"groupName": "ansible packages",
"matchPackageNames": ["ansible", "ansible-base"]
}
]
} }