Renovate: add a cooldown of 7 days for dependencies that we do not manage.
This commit is contained in:
parent
354a879ee5
commit
228d4c9780
1 changed files with 8 additions and 1 deletions
9
.github/renovate.json5
vendored
9
.github/renovate.json5
vendored
|
|
@ -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 @@
|
|||
},
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue