improve renovate workflow #168

Merged
c6ristian merged 1 commit from renovate_updates into main 2026-09-23 23:37:39 +02:00
Showing only changes of commit e2277e0e9c - Show all commits

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

Max 2026-09-22 22:10:44 +02:00
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"],