From 953cf80b9c0aeb8649e0bd6cf9a181d518d16492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:37:25 +0100 Subject: [PATCH] ci(renovate): added default configuration for ns8 modules (#27) Co-authored-by: Tommaso Bailetti --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..9e80693 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>NethServer/.github:ns8" + ] +}