chore(renovate): only allow Sentry GP 3.3.0+
Hopefully they'll fix the configuration caching problem in the next release
This commit is contained in:
parent
5cccd535ae
commit
6cfb262a2c
1 changed files with 5 additions and 0 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue