ci: add formatter
CI / Test (action.json) (pull_request) Successful in 12s
CI / Test (bun-npm.json) (pull_request) Successful in 10s
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Format (pull_request) Failing after 8s
CI / Test (docker-compose.json) (pull_request) Successful in 1m0s

This commit is contained in:
2026-06-21 17:21:16 +02:00
parent 229212cb6e
commit ec5380a026
11 changed files with 106 additions and 13 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:action"
]
"extends": ["local>t.behrendt/renovate-configs:action"]
}