From a89094b8d54b7724013e3785916276b7cb10af01 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 9 Jun 2024 18:56:02 +0200 Subject: [PATCH] Update Renovate config (#11129) --- .github/renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b1f4970cf..990e6bacf 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,13 +1,13 @@ { repositories: ['simple-icons/simple-icons'], extends: [ - 'config:base', + 'config:recommended', // Make sure we get a single PR combining all updates 'group:all', ], - // Disable dependency dashboard + // Disable Dependency Dashboard dependencyDashboard: false, // Use our labelling system @@ -16,6 +16,6 @@ // We generally always want the major version separateMajorMinor: false, - // We manually update digest dependencies (eg. hashes in Github actions) + // We manually update digest dependencies (eg. hashes in GitHub Actions) digest: {enabled: false}, }