mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix(renovate): adjust regex manager
This commit is contained in:
parent
5c350628ff
commit
177d0b7162
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
@ -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>.*)\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue