Change Renovate schedule to run every week on Friday (#2459)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke
2026-07-22 14:23:20 +02:00
committed by GitHub
parent 1a7404ed0a
commit 01ba1ca6ba

View File

@@ -9,9 +9,19 @@
],
"timezone": "Europe/Berlin",
"schedule": [
"* 14-17 * * 5"
"* * * * 5"
],
"packageRules": [
{
"enabled": true,
"matchDatasources": ["golang-version"],
"rangeStrategy": "bump"
},
{
"enabled": true,
"matchDepNames": ["go", "golang"],
"groupName": "go version"
},
{
"matchPackageNames": ["go-yaml/yaml"],
"enabled": false