Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 2502346

Browse files
committed
chore(deps): store banned dependency upgrades in Renovate config
1 parent 0efcafe commit 2502346

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/renovate.json5

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@
1818
"gradle"
1919
],
2020
"matchPackagePatterns": [
21-
"^androidx.appcompat"
21+
// Upgrading breaks the fastscroll dependency
22+
"^androidx.appcompat",
23+
// Later versions require newer JDKs
24+
"^org.eclipse.jgit",
25+
// AGP dictates the version we can use
26+
"^com.android.tools:desugar_jdk_libs",
27+
// Later versions require newer JDKs
28+
"^commons-codec:commons-codec",
29+
// https://github.com/android-password-store/Android-Password-Store/issues/2247
30+
"^androidx.security:security-crypto",
2231
],
2332
"enabled": false
2433
},

0 commit comments

Comments
 (0)