mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(renovate): stop treating R8 as a Maven dependency
This commit is contained in:
parent
48cfa6b7f1
commit
87135c0e1b
1 changed files with 2 additions and 0 deletions
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue