From 0d0509b8f189181c0b9c737b219cf3d656ad860d Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 27 Dec 2025 13:05:35 +0100 Subject: [PATCH] ci(renovate): add renovate (#8) Reviewed-on: https://gitea.t000-n.de/t.behrendt/UsbMakroBoard/pulls/8 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" + ] +}