From 1f5e14bcfa6449567d1e5bd3a915f4da16a12259 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Wed, 6 Dec 2023 12:47:54 +1100 Subject: [PATCH] chore(deps): use renovate best practices Signed-off-by: JP-Ellis --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5116c95146..145fc10b7d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": ["config:best-practices"], "pre-commit": { "enabled": true },