From 87135c0e1bae4a5f69a61401bec93e5668b0cbaf Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 26 May 2023 15:23:23 +0530 Subject: [PATCH] fix(renovate): stop treating R8 as a Maven dependency --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 35ab1013..a1bc09e2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,6 +47,8 @@ "packagePatterns": [ // Renovate refuses to stop resolving this from the snapshots repo "^app.cash.sqldelight", + // I want this to be resolved from the Git datasource rather than Maven + "^r8", ], "enabled": false },