From 9cff14af491d06c65a5b5dc6e325df30c6a14590 Mon Sep 17 00:00:00 2001 From: "dependency-automation-app[bot]" <205013149+dependency-automation-app[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:50:13 +0000 Subject: [PATCH 1/2] Add .github/renovate.json --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..7652e26 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>rapid7/renovate-config:base" + ] +} From 112a8c868ec5efb6713299f7ca40314aa7b98caa Mon Sep 17 00:00:00 2001 From: Joseph Yeung Date: Wed, 16 Apr 2025 13:52:22 -0400 Subject: [PATCH 2/2] Update renovate.json --- .github/renovate.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7652e26..c74a021 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>rapid7/renovate-config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + "group:all" + ] }