1 Commits

Author SHA1 Message Date
t.behrendt 71d65cb196 ci(renovate): ignore test manifests (#63)
CD / Release (push) Successful in 3s
Reviewed-on: #63
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-07-18 10:30:13 +02:00
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>t.behrendt/renovate-configs:action"], "extends": ["local>t.behrendt/renovate-configs:action"],
"enabledManagers": "github-actions" "ignorePaths": ["get-images-from-files/test*"]
} }