limit renovate MRs to fridays
This commit is contained in:
parent
ff8f7ade8a
commit
9fdf82ccbb
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["renovate"],
|
"matchPackageNames": ["renovate/renovate"],
|
||||||
"schedule": ["on friday"]
|
"schedule": [ "schedule:weekly" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue