From 6cfb262a2cea93347396782be438b5dec788a688 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 29 Dec 2022 22:35:46 +0530 Subject: chore(renovate): only allow Sentry GP 3.3.0+ Hopefully they'll fix the configuration caching problem in the next release --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 52b15ec3..c32c993d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,6 +31,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" -- cgit v1.2.3