fix(renovate): avoid R8 updates

This commit is contained in:
Harsh Shandilya 2023-05-26 19:21:49 +05:30
parent 0ebe949da6
commit 8dc76f6ce5
No known key found for this signature in database

View file

@ -47,8 +47,8 @@
"packagePatterns": [ "packagePatterns": [
// Renovate refuses to stop resolving this from the snapshots repo // Renovate refuses to stop resolving this from the snapshots repo
"^app.cash.sqldelight", "^app.cash.sqldelight",
// I want this to be resolved from the Git datasource rather than Maven // Currently on a pre-release version for bugfixes
"^r8", "com.android.tools:r8",
], ],
"enabled": false "enabled": false
}, },