Robert Kaussow
911e4056bf
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>thegeeklab/renovate-presets"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Automerge CRDs",
|
|
"groupName": "crds catalog",
|
|
"matchManagers": ["regex"],
|
|
"matchPackageNames": [
|
|
"projectcalico/calico",
|
|
"fluxcd/flux2",
|
|
"cert-manager/cert-manager",
|
|
"cloudnative-pg/cloudnative-pg",
|
|
"minio/operator",
|
|
"k8up"
|
|
],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|