diff --git a/renovate.json b/renovate.json index d35d6ac2..25c35f34 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], - "ignorePaths": ["**/benches/**"] + "ignorePaths": ["**/benches/**"], + "schedule": ["every 2 weeks on monday"] }