fix: restict renovate to create renovate PRs on friday
This commit is contained in:
parent
b5fe33558f
commit
a7f2509490
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"labels": ["untested"],
|
|
||||||
"reviewers": ["Netz39_Admin/Admins"],
|
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
@ -14,5 +12,12 @@
|
||||||
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["renovate/renovate"],
|
||||||
|
"schedule": [ "on friday" ]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue