From 9e403cd199c8cab26ebe4288f31d88576850e375 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 5 Nov 2024 11:19:39 +0530 Subject: [PATCH] fix(renoate): migrate config --- .github/renovate.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b1c8daa6..42779573 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":dependencyDashboard", "helpers:pinGitHubActionDigests", "github>msfjarvis/shared-workflows//renovate/automerge" @@ -60,8 +60,9 @@ "allowedVersions": "<=1.0.0", }, ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": [ "SpotlessPlugin\.kt$" ],