chore(deps): store banned dependency upgrades in Renovate config

This commit is contained in:
Harsh Shandilya 2022-11-28 12:48:31 +05:30
parent 0efcafe46c
commit 250234660b
No known key found for this signature in database

View file

@ -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
},