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 },