mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
fix(renovate): use an accurate match for the ktfmt rule
This commit is contained in:
parent
0d35cfaa0b
commit
4f304c7fa3
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -24,7 +24,7 @@
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
".kt$"
|
"build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/SpotlessPlugin.kt"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
||||||
|
|
Loading…
Reference in a new issue