aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-12-29 22:35:46 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-12-29 22:51:27 +0530
commit6cfb262a2cea93347396782be438b5dec788a688 (patch)
tree998421f527d3219b2c3d47343fce34bea4a9bed1 /.github
parent5cccd535aec307d2b55a51091f0119a5055407db (diff)
chore(renovate): only allow Sentry GP 3.3.0+
Hopefully they'll fix the configuration caching problem in the next release
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json55
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 52b15ec3..c32c993d 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -32,6 +32,11 @@
"enabled": false
},
{
+ // Breaks configuration caching https://github.com/getsentry/sentry-android-gradle-plugin/issues/407
+ "matchPackageNames": ["io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin"],
+ "allowedVersions": ">3.3.0"
+ },
+ {
"matchDatasources": [
"maven"
],