Limit renovate/renovate updates to Friday before 1am

This effectively reduces the renovate update PRs to (mostly) once per week.
This commit is contained in:
Stefan Haun 2025-03-04 23:00:36 +01:00
parent 031fe9c06e
commit b9416d0096

View file

@ -15,8 +15,9 @@
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackageNames": ["renovate/renovate"],
"schedule": [ "on friday" ]
"schedule": [ "before 1am on friday" ]
}
]
}