limit renovate MRs to fridays
This commit is contained in:
parent
b83b552206
commit
3fdb44c7d9
1 changed files with 6 additions and 0 deletions
|
@ -12,5 +12,11 @@
|
|||
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
||||
]
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["renovate"],
|
||||
"schedule": ["on friday"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue