From 56fd18b17df26ea28f28b9546bdf661ae10f8512 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 29 Oct 2022 08:10:44 +0530 Subject: feat: rip out Spotless Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon. --- .github/renovate.json | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.github/renovate.json') 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 = \"(?.*)\"" - ], - "datasourceTemplate": "maven", - "depNameTemplate": "com.facebook:ktfmt" - } ] } -- cgit v1.2.3