From 3c367adb52b2b554714205e37f693a73fd73b0e6 Mon Sep 17 00:00:00 2001 From: rubiesonthesky <2591240+rubiesonthesky@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:54:23 +0300 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Josh Goldberg ✨ --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 78fd62081..1a74b145d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,8 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": true, "extends": [ - "config:recommended", - ":maintainLockFilesWeekly", + "config:best-practices", "replacements:all" ], "ignoreDeps": ["codecov/codecov-action"],