fix(renovate): disable updates for SQLDelight

This commit is contained in:
Harsh Shandilya 2023-01-20 23:57:54 +05:30
parent a0296f5d5a
commit dbed41bdbd
No known key found for this signature in database

View file

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