fix(renovate): adjust regex manager

This commit is contained in:
Harsh Shandilya 2023-02-07 22:04:39 +05:30 committed by GitHub
parent 5c350628ff
commit 177d0b7162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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