From 81568a73be946f042e73bc2def6f729a8b3974e9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 9 Dec 2024 19:30:27 +0530 Subject: [PATCH] chore: apply Renovate config migration --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b55d088..7998b12 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", "github>msfjarvis/shared-workflows//renovate/rust", "github>msfjarvis/shared-workflows//renovate/automerge" ],