fix(renoate): migrate config

This commit is contained in:
Harsh Shandilya 2024-11-05 11:19:39 +05:30
parent bc81e91573
commit 9e403cd199

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base", "config:recommended",
":dependencyDashboard", ":dependencyDashboard",
"helpers:pinGitHubActionDigests", "helpers:pinGitHubActionDigests",
"github>msfjarvis/shared-workflows//renovate/automerge" "github>msfjarvis/shared-workflows//renovate/automerge"
@ -60,8 +60,9 @@
"allowedVersions": "<=1.0.0", "allowedVersions": "<=1.0.0",
}, },
], ],
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"fileMatch": [ "fileMatch": [
"SpotlessPlugin\.kt$" "SpotlessPlugin\.kt$"
], ],