bypass pull request workflow for automatic patch updates

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" "!git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
// Automatically merge patch level updates
// https://docs.renovatebot.com/key-concepts/automerge/
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/", "automerge": true,
"automerge": true "ignoreTests": true,
"automergeType": "branch"
}, },
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],