mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17: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": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
".kt$"
|
"build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/SpotlessPlugin.kt"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
".kt$"
|
"build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/Detekt.kt"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"TWITTER_RULES_VERSION = \"(?<currentValue>.*)\""
|
"TWITTER_RULES_VERSION = \"(?<currentValue>.*)\""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue