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