From 7edc4dc2cf55fbc5dda84fe2f9d21792b0654d05 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Fri, 12 Dec 2025 21:53:43 +0100 Subject: [PATCH] ci: add renovate (#1) Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/1 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..9e28a36 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>t.behrendt/renovate-configs:common", + "local>t.behrendt/renovate-configs:action" + ] +}