run only on weekends
All checks were successful
renovate / renovate (push) Successful in 28s

This commit is contained in:
Felix Schulze 2024-08-28 10:16:11 +02:00
parent 0244e436be
commit 12474a2cc6

View File

@ -5,4 +5,7 @@ module.exports = {
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"optimizeForDisabled": true,
"schedule": [
"every weekend"
]
};