summaryrefslogtreecommitdiff
path: root/.github/renovate.json
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-10-29 08:10:44 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-10-29 08:10:44 +0530
commit56fd18b17df26ea28f28b9546bdf661ae10f8512 (patch)
treeeff574b11051b0a84b0e7544cb9fa80a5ce25a1c /.github/renovate.json
parentfd20480f554060805acba3124cb251be7824c4d2 (diff)
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.
Diffstat (limited to '.github/renovate.json')
-rw-r--r--.github/renovate.json12
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"
- }
]
}