From 4f304c7fa3fe73bd42cd1f2f374ea448eae17ff5 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 24 Oct 2022 19:44:12 +0530 Subject: [PATCH] fix(renovate): use an accurate match for the ktfmt rule --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f83079c8f..e5164f724 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 = \"(?.*)\""