Renovate: add a cooldown of 7 days for dependencies that we do not manage.

This commit is contained in:
Benoit Marty
2026-03-11 17:17:49 +01:00
parent 2f10b60667
commit bb8b547d8d

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 @@
},
],
}