diff options
Diffstat (limited to '.github/renovate.json')
-rw-r--r-- | .github/renovate.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index e5164f72..43df9a80 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,17 +20,5 @@ ], "enabled": false } - ], - "regexManagers": [ - { - "fileMatch": [ - "build-logic/kotlin-plugins/src/main/kotlin/app/passwordstore/gradle/SpotlessPlugin.kt" - ], - "matchStrings": [ - "KTFMT_VERSION = \"(?<currentValue>.*)\"" - ], - "datasourceTemplate": "maven", - "depNameTemplate": "com.facebook:ktfmt" - } ] } |