From 3593f9205663f5fc35bb484c85ccf4f524abdc4d Mon Sep 17 00:00:00 2001 From: "fabian.wilms" Date: Mon, 11 Nov 2024 06:35:21 +0100 Subject: [PATCH 1/2] :wrench: use itm renovate config --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d106f7c0..7f65b317 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], - "minimumReleaseAge": "10 days" + "extends": [ + "github>it-at-m/.github//renovate-configs/renovate-config.json5" + ] } From 9aadf551e2932269edbaa9a81d5691a89fa39a75 Mon Sep 17 00:00:00 2001 From: "fabian.wilms" Date: Mon, 11 Nov 2024 06:49:14 +0100 Subject: [PATCH 2/2] :green_heart: make prettier happy --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 7f65b317..d0e58864 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>it-at-m/.github//renovate-configs/renovate-config.json5" - ] + "extends": ["github>it-at-m/.github//renovate-configs/renovate-config.json5"] }