diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-28 12:48:31 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-11-28 12:48:31 +0530 |
commit | 250234660bcd56079673ddefc94f63fcbea7d349 (patch) | |
tree | d2d8e4e64b34ea1a4fac07ebb4ec70671153ab97 /.github/renovate.json5 | |
parent | 0efcafe46c26bc46de9080c7e9fe86d76cb8daeb (diff) |
chore(deps): store banned dependency upgrades in Renovate config
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0a868aaa..52b15ec3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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 }, |