1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

renovate: Group non-major updates

The renovate PR spam we're seeing is too much.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2024-02-09 08:21:51 -05:00
parent b584584fb6
commit d92bb75eb5

View File

@@ -46,6 +46,20 @@
// one commit.
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
/*************************************************
*** Repository-specific configuration options ***
*************************************************/