From 8dc76f6ce5d01c3b8138e065a4e0cc5c587e17b0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 26 May 2023 19:21:49 +0530 Subject: [PATCH] fix(renovate): avoid R8 updates --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b2bd968b..091eb412 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -47,8 +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", + // Currently on a pre-release version for bugfixes + "com.android.tools:r8", ], "enabled": false },