ci(renovate): switch to shared configs (#8)
CD / Release (push) Successful in 7s

Reviewed-on: t.behrendt/trivy-actions#8
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #8.
This commit is contained in:
2025-11-08 15:20:59 +01:00
committed by t.behrendt
parent 4d7f65bf41
commit fa5097ea2e
+5 -1
View File
@@ -1,3 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
]
}