diff options
-rw-r--r-- | .github/renovate.json5 | 5 |
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" ], |