From 2b7360fce78a77b569a22a3b08dec33bbdd28b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Peliz=C3=A4us?= Date: Mon, 14 Oct 2024 10:54:36 +0200 Subject: [PATCH] renovate: Move the file and disable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is using the same structure as microcluster to disable renovate and to place the configuration inside of .github/ Signed-off-by: Julian Pelizäus --- .github/renovate.json | 9 +++++++++ renovate.json | 7 ------- 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 .github/renovate.json delete mode 100644 renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..ea476fbf3 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "enabled": false, + "dependencyDashboard": false, + "extends": [ + "config:recommended", + ":disableDependencyDashboard" + ] +} diff --git a/renovate.json b/renovate.json deleted file mode 100644 index e2961e620..000000000 --- a/renovate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - "schedule:earlyMondays" - ] -}