aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-10-24 19:44:12 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-10-24 19:44:12 +0530
commit4f304c7fa3fe73bd42cd1f2f374ea448eae17ff5 (patch)
tree57f0b721c036d21b60860c7ab46a9bcf8722c290 /.github
parent0d35cfaa0b797fb567a70f19890adf2e618f4c08 (diff)
fix(renovate): use an accurate match for the ktfmt rule
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json2
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>.*)\""