From 66b3335ca6a1ecba7a03ff00343e6d60453e189c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:20:19 +0000 Subject: [PATCH 1/2] chore(config): migrate config .renovaterc.json --- .renovaterc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 2f0e327..29d37a7 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", "github>DeadNews/renovate-config"] + "extends": [ + "config:recommended", + "github>DeadNews/renovate-config" + ] } From 2c209baf8d0db1fb21eef70b9bcf5cca7212f7cf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 11:20:28 +0000 Subject: [PATCH 2/2] chore: auto fixes from `pre-commit` hooks --- .renovaterc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index 29d37a7..adb42e2 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,7 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended", - "github>DeadNews/renovate-config" - ] + "extends": ["config:recommended", "github>DeadNews/renovate-config"] }