[skip ci] renovate only group on patch updates

This commit is contained in:
Robert Kaussow 2022-06-07 21:11:45 +02:00
parent 0aa63060bc
commit b6e69d47cf
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
{
"description": "Ansible base dependencies",
"groupName": "ansible packages",
"matchPackageNames": ["ansible", "ansible-core"]
"matchPackageNames": ["ansible", "ansible-core"],
"matchUpdateTypes": ["patch"]
}
]
}