From 11d48187f861c62598966db69da0e4f30f6b6c76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:35:45 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/renovate.json b/renovate.json index ff884a09..ab970c24 100644 --- a/renovate.json +++ b/renovate.json @@ -1,15 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], + "extends": ["config:recommended"], "branchPrefix": "renovate-", "branchNameStrict": true, "commitMessageAction": "Renovate Update", - "labels": [ - "Dependencies", - "Renovate" - ], + "labels": ["Dependencies", "Renovate"], "packageRules": [ { "description": "Ignore internal dependency upgrades - Renovate doesn't recognise that these are relative and therefore don't need to refer to the correct digest", @@ -22,21 +17,16 @@ "automerge": true, "groupName": "Patch & Minor Updates", "groupSlug": "all-minor-patch-updates", - "matchPackagePatterns": [ - "*" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ], + "matchUpdateTypes": ["minor", "patch"], "schedule": "* 0-6 1 * *", - "stabilityDays": 3, - "prPriority": 4 + "minimumReleaseAge": "3 days", + "prPriority": 4, + "matchPackageNames": ["*"] } ], "major": { "automerge": false, - "stabilityDays": 3 + "minimumReleaseAge": "3 days" }, "vulnerabilityAlerts": { "groupName": "Security Alerts",