From ee4644cbe4ec3f2f09d5538c189ae4f2c5b6bd60 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Tue, 3 Feb 2026 16:31:31 +0100 Subject: [PATCH] ci(renovate): switch to shared configs (#10) Reviewed-on: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action/pulls/10 Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..9e28a36 100644 --- a/renovate.json +++ b/renovate.json @@ -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" + ] }