chore: update Renovate config

This commit is contained in:
Harsh Shandilya 2025-05-08 00:16:55 +05:30
parent 836dec2763
commit 26318854bc

View file

@ -8,8 +8,8 @@
], ],
"branchConcurrentLimit": 15, "branchConcurrentLimit": 15,
"github-actions": { "github-actions": {
"fileMatch": [ "managerFilePatterns": [
".github/reusable-workflows/.+\\.ya?ml$", "/.github/reusable-workflows/.+\\.ya?ml$/",
], ],
}, },
"packageRules": [ "packageRules": [
@ -69,8 +69,8 @@
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "managerFilePatterns": [
"SpotlessPlugin\.kt$" "/SpotlessPlugin\.kt$/"
], ],
"matchStrings": [ "matchStrings": [
"KTFMT_VERSION = \"(?<currentValue>.*)\"" "KTFMT_VERSION = \"(?<currentValue>.*)\""