From dbed41bdbd2619c99aa52877320273e23893f045 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 20 Jan 2023 23:57:54 +0530 Subject: [PATCH] fix(renovate): disable updates for SQLDelight --- .github/renovate.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b8b568f1..e863a051 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,7 +19,10 @@ "gradle" ], "packagePatterns": [ - "^com.squareup.okhttp3" + // We want to stay in sync with Retrofit + "^com.squareup.okhttp3", + // Renovate refuses to stop resolving this from the snapshots repo + "^app.cash.sqldelight", ], "enabled": false },