fix(renovate): stop treating R8 as a Maven dependency

This commit is contained in:
Harsh Shandilya 2023-05-26 15:23:23 +05:30 committed by GitHub
parent 48cfa6b7f1
commit 87135c0e1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +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",
],
"enabled": false
},