fix(renovate): use exact file matches for regex managers

This commit is contained in:
Harsh Shandilya 2022-10-24 23:01:22 +05:30
parent 80bfb34e5b
commit 47f7f97aa2
No known key found for this signature in database

View file

@ -19,7 +19,7 @@
"regexManagers": [
{
"fileMatch": [
".kt$"
"build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/SpotlessPlugin.kt"
],
"matchStrings": [
"KTFMT_VERSION = \"(?<currentValue>.*)\""
@ -29,7 +29,7 @@
},
{
"fileMatch": [
".kt$"
"build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/Detekt.kt"
],
"matchStrings": [
"TWITTER_RULES_VERSION = \"(?<currentValue>.*)\""