From 311a12a761d3b06571e1c79aeeb08420d8ef3909 Mon Sep 17 00:00:00 2001 From: Gavin John Date: Wed, 9 Apr 2025 11:44:45 -0700 Subject: [PATCH] renovate: switch to best-practices config --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9de1eed44..efcae4349 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended", + "config:best-practices", ":disableDependencyDashboard" ] }