ci(renovate): manage actions (#13)
All checks were successful
CD / Release (push) Successful in 15s

As this repo has actions, we want renovate to manage those as well.

Reviewed-on: #13
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #13.
This commit is contained in:
2025-11-04 08:19:34 +01:00
committed by t.behrendt
parent acea8461af
commit 69bdd11b2a

View File

@@ -1,6 +1,7 @@
{ {
"$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:common",
"local>t.behrendt/renovate-configs:action"
] ]
} }