From c8626ee1a9771047625f9ad2a0d4ab9e502dcc9c Mon Sep 17 00:00:00 2001 From: devsheva Date: Sun, 18 Aug 2024 15:23:53 +0200 Subject: [PATCH] chore: enable dependency dashboard approval for major updates --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index edab9f6..9fee112 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "dependencyDashboard": true, - "schedule": ["after 10pm and before 5am every weekday", "every weekend"] + "schedule": ["after 10pm and before 5am every weekday", "every weekend"], + "major": { + "dependencyDashboardApproval": true + } } \ No newline at end of file