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 = \"(?.*)\""