mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
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:
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@@ -31,6 +31,11 @@
|
|||||||
],
|
],
|
||||||
"enabled": false
|
"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": [
|
"matchDatasources": [
|
||||||
"maven"
|
"maven"
|
||||||
|
Reference in New Issue
Block a user