aboutsummaryrefslogtreecommitdiff
path: root/.github/renovate.json5
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-12-15 18:57:10 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-12-15 18:57:10 +0530
commitaf5caafc37b0026067b2d74543148fdc82df858a (patch)
tree2a315e715610cca31296e40c2ebda965e44267b3 /.github/renovate.json5
parent45ffa171cad9bccefbb73c59ff42e753db2f7bc7 (diff)
fix(renovate): temporarily disable version bumps for AGP
Diffstat (limited to '.github/renovate.json5')
-rw-r--r--.github/renovate.json54
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index ba848b42..901670be 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -48,6 +48,10 @@
"^com.android.tools:desugar_jdk_libs",
// Later versions require newer JDKs
"^commons-codec:commons-codec",
+ // alpha17 and alpha18 have regressions with installing APKs
+ // https://issuetracker.google.com/issues/315337463
+ "com.android.test",
+ "com.android.tools.build:gradle",
],
"enabled": false
},