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:
parent
031fe9c06e
commit
b9416d0096
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["renovate/renovate"],
|
||||
"schedule": [ "on friday" ]
|
||||
"schedule": [ "before 1am on friday" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue