mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
fix(renovate): use exact file matches for regex managers
This commit is contained in:
parent
80bfb34e5b
commit
47f7f97aa2
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -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>.*)\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue