CI: Lock down updates to workflow to once a week
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9c1718e090
commit
5e9929f7be
1 changed files with 10 additions and 0 deletions
|
@ -2,5 +2,15 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"https://git.luzifer.io/luzifer/renovate-config/raw/branch/master/default.json"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchFileNames": [
|
||||
"(^|/).github/workflows/.*"
|
||||
],
|
||||
"schedule": [
|
||||
"* 21 * * 0"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue