ci: change renovate to only run on saturday

This commit is contained in:
Anthony 2023-05-07 14:25:29 +01:00
parent 0b68a7c524
commit d6c88744a9

View File

@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"schedule": ["after 12pm and before 6pm on Saturday"]
}