From c60c336e4014c9e69dcace8539388750f2794f88 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Mon, 6 Jul 2026 19:18:05 +0000 Subject: [PATCH] chore: Update renovate to best-practices preset --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 66abe5cb..07523ee1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:best-practices", ":disableDependencyDashboard" ], + "ignorePresets": [ + ":maintainLockFilesWeekly" + ], "ignorePaths": [ ".kokoro/**" ],