Compare commits

..

2 Commits

Author SHA1 Message Date
6a0dea8702 chore(deps): update ghcr.io/renovatebot/renovate:latest docker digest to 732ccaf 2024-08-28 08:16:28 +00:00
12474a2cc6 run only on weekends
All checks were successful
renovate / renovate (push) Successful in 28s
2024-08-28 10:16:11 +02:00

View File

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