CI: Lock down updates to workflow to once a week

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-04-12 15:42:31 +02:00
parent 9c1718e090
commit 5e9929f7be
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -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"
]
}
]
}