mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
fix(renovate): disable updates for SQLDelight
This commit is contained in:
parent
a0296f5d5a
commit
dbed41bdbd
1 changed files with 4 additions and 1 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue