except keycloak from grouped update PRs
All checks were successful
/ build (pull_request) Successful in 48s
/ Ansible Lint (push) Successful in 2m33s
/ Ansible Lint (pull_request) Successful in 2m35s

keycloak is a critical service
separating keycloak updates makes it easier to respond quickly to
critical updates or delay them when there are breaking changes
This commit is contained in:
Max 2026-08-21 13:54:19 +02:00
commit 821814a95c
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8

View file

@ -33,6 +33,9 @@
"matchCurrentVersion": "!/^0/", "matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor" "minor"
],
"excludePackageNames": [
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
{ {