From 0a0da8edf975cd719c378c5fd75655d0bb2c2664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 16:12:53 +0000 Subject: [PATCH 1/2] Add renovate.json --- 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..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From f2cbea5b7d2d56f2a31aa82ecd065919e2649c19 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Wed, 7 May 2025 08:16:28 +0000 Subject: [PATCH 2/2] Remove old config, group all non-major updates Signed-off-by: Max Dymond --- .github/dependabot.yml | 27 --------------------------- renovate.json | 6 +++++- 2 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index b9c83eb..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,27 +0,0 @@ -version: 2 -updates: - - package-ecosystem: cargo - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - assignees: - - maxdymond - groups: - # Group together all dependency updates - everything: - patterns: - - "*" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" - groups: - # Need to keep the up/download artifact actions in sync. - artifact: - patterns: - - actions/download-artifact - - actions/upload-artifact - assignees: - - maxdymond diff --git a/renovate.json b/renovate.json index 5db72dd..f9b8ab6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + "group:allNonMajor" + ], + "reviewers": [ + "maxdymond" ] }