From 47f7f97aa2b2190d36ed52dec56ef6b6986d3d09 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 24 Oct 2022 23:01:22 +0530 Subject: [PATCH] fix(renovate): use exact file matches for regex managers --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 17022cb6..57123523 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,7 +19,7 @@ "regexManagers": [ { "fileMatch": [ - ".kt$" + "build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/SpotlessPlugin.kt" ], "matchStrings": [ "KTFMT_VERSION = \"(?.*)\"" @@ -29,7 +29,7 @@ }, { "fileMatch": [ - ".kt$" + "build-logic/kotlin-plugins/src/main/kotlin/dev/msfjarvis/aps/gradle/Detekt.kt" ], "matchStrings": [ "TWITTER_RULES_VERSION = \"(?.*)\""