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