From 69bdd11b2a6aa0e60bd5fb0005e18d12b0eea998 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Tue, 4 Nov 2025 08:19:34 +0100 Subject: [PATCH] ci(renovate): manage actions (#13) As this repo has actions, we want renovate to manage those as well. Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/13 Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 497e477..9e28a36 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>t.behrendt/renovate-configs:common" + "local>t.behrendt/renovate-configs:common", + "local>t.behrendt/renovate-configs:action" ] }