From 91a279fae90ff26d2efce40af5aa6f78d6d81c9b Mon Sep 17 00:00:00 2001 From: James Loh Date: Thu, 10 Jul 2025 16:36:51 +1000 Subject: [PATCH] Renovate: Slightly tweak config ref - Use best-practices instead of recommended as its the newer default - Don't rate limit, just slam us - Use branch merges over PRs where told to - Pin all deps not just dev ones - Everything else that was removed is now just included via `config:best-practices` --- .github/renovate.json5 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6846b4e..b3a47e5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,16 +1,13 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", extends: [ - ":enableRenovate", - "config:recommended", - ":dependencyDashboard", + "config:best-practices", + ":disableRateLimiting", + ":automergeBranch", + ":pinDependencies", ":separatePatchReleases", - "docker:pinDigests", ], - enabled: true, - dependencyDashboard: true, suppressNotifications: ["prIgnoreNotification"], - automergeType: "branch", packageRules: [ { description: "Auto-merge initial digest pinning",