From bda36345b6c47ce0b7e19f46c4fb9b9c35668922 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:05:05 -0700 Subject: [PATCH] chore(deps): require dashboard approval before renovate opens PRs Renovate was auto-opening PRs for every minor/patch and grouped update. Gate all update types behind the Dependency Dashboard checkbox instead of just majors, so updates are listed but no PR is opened until explicitly approved there. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1a98650f59..a4e649ddef 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,7 @@ ], "assignees": ["JSONbored"], "branchPrefix": "renovate/", + "dependencyDashboardApproval": true, "dependencyDashboardTitle": "Dependency Dashboard", "enabledManagers": ["npm", "github-actions"], "minimumReleaseAge": "3 days", @@ -22,7 +23,6 @@ "semanticCommitScope": "deps" }, { - "dependencyDashboardApproval": true, "matchManagers": ["npm"], "matchUpdateTypes": ["major"], "semanticCommitScope": "deps"