chore: align renovate config with new extend rules
All checks were successful
CI / Test (action.json) (pull_request) Successful in 14s
CI / Test (docker-compose.json) (pull_request) Successful in 15s
CI / Test (k8s.json) (pull_request) Successful in 14s
CI / Test (common.json) (pull_request) Successful in 48s
CI / Test (helm.json) (pull_request) Successful in 46s

This commit is contained in:
2026-02-08 19:54:29 +01:00
parent 287979ad0a
commit 1f914fef06

View File

@@ -1,7 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action" "local>t.behrendt/renovate-configs:action"
] ]
} }