diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index f83079c8..e5164f72 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,7 +24,7 @@ "regexManagers": [ { "fileMatch": [ - ".kt$" + "build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/SpotlessPlugin.kt" ], "matchStrings": [ "KTFMT_VERSION = \"(?<currentValue>.*)\"" |