Merge pull request #6323 from element-hq/feature/bma/renovateCooldown

Renovate: add a cooldown of 7 days for dependencies that we do not manage
This commit is contained in:
Benoit Marty 2026-03-13 14:44:05 +01:00 committed by GitHub
commit 7a33c61d4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,15 @@
"string:app_name",
"gradle",
],
"minimumReleaseAge": "7 days",
"packageRules": [
{
"matchPackageNames": [
"org.matrix.rustcomponents:sdk-android",
"/^io.element.android/",
],
"minimumReleaseAge": null,
},
{
"groupName": "kotlin",
"matchPackageNames": [
@ -37,4 +45,3 @@
},
],
}