change renovate update behavior #146

Open
max wants to merge 2 commits from renovate_update_behavior into main
Showing only changes of commit 821814a95c - Show all commits

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
Max 2026-08-21 13:54:19 +02:00
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8

View file

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