diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 19:44:12 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-24 19:44:12 +0530 |
commit | 4f304c7fa3fe73bd42cd1f2f374ea448eae17ff5 (patch) | |
tree | 57f0b721c036d21b60860c7ab46a9bcf8722c290 | |
parent | 0d35cfaa0b797fb567a70f19890adf2e618f4c08 (diff) |
fix(renovate): use an accurate match for the ktfmt rule
-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>.*)\"" |