From 4a8f9f7f7ed92c23271fa68169939abfe71fd3a9 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Thu, 26 Jun 2025 09:43:59 +0200 Subject: [PATCH] chore: Update with "mergeConfidence:all-badges" --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f576b07..feb9d05 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices" + "config:best-practices", + "mergeConfidence:all-badges" ], "dependencyDashboard": true }