From 9765d4722aa9c480963b8623697b24fa09f3e765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:11:58 +0100 Subject: [PATCH] ci: update renovate configuration to include dependency dashboard approval and recreate settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index daaea0b51..151c402c1 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>open-feature/community-tooling" - ] + ], + "dependencyDashboardApproval": true, + "recreateWhen": "never" }