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$" ],