mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
chore(deps): store banned dependency upgrades in Renovate config
This commit is contained in:
parent
0efcafe46c
commit
250234660b
11
.github/renovate.json5
vendored
11
.github/renovate.json5
vendored
|
@ -18,7 +18,16 @@
|
|||
"gradle"
|
||||
],
|
||||
"matchPackagePatterns": [
|
||||
"^androidx.appcompat"
|
||||
// Upgrading breaks the fastscroll dependency
|
||||
"^androidx.appcompat",
|
||||
// Later versions require newer JDKs
|
||||
"^org.eclipse.jgit",
|
||||
// AGP dictates the version we can use
|
||||
"^com.android.tools:desugar_jdk_libs",
|
||||
// Later versions require newer JDKs
|
||||
"^commons-codec:commons-codec",
|
||||
// https://github.com/android-password-store/Android-Password-Store/issues/2247
|
||||
"^androidx.security:security-crypto",
|
||||
],
|
||||
"enabled": false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue