automerge minor and patch updates
Some checks failed
build_keycloak.yml / automerge minor and patch updates (push) Failing after 0s
build_keycloak.yml / automerge minor and patch updates (pull_request) Failing after 0s

This commit is contained in:
Max 2026-08-19 16:43:49 +02:00
commit e615ae69f5
Signed by: max
SSH key fingerprint: SHA256:yZMpYLEULscoVYQvcuxhc3eWa6nymBFWCxjsRErAIY8

View file

@ -3,6 +3,15 @@
"extends": [
"config:recommended"
],
"packageRules": [
// Automatically merge patch level updates
// https://docs.renovatebot.com/key-concepts/automerge/
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"customManagers": [
// Custom manager using regex for letting Renovate find dependencies in matrix variables
{