bypass pull request workflow for automatic patch updates
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (pull_request) Successful in 3m37s
/ cleanup-staging (pull_request) Successful in 6s
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 3m32s

This commit is contained in:
Max 2026-09-22 22:10:44 +02:00
commit e2277e0e9c
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8

View file

@ -38,10 +38,13 @@
"!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
]
},
// Automatically merge patch level updates
// https://docs.renovatebot.com/key-concepts/automerge/
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
"automerge": true,
"ignoreTests": true,
"automergeType": "branch"
},
{
"matchDatasources": ["docker"],