diff --git a/renovate.json b/renovate.json index c100268ee..30ed9d099 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", ":disableDependencyDashboard", ":enablePreCommit"], - "schedule": ["first monday of the month"] + "schedule": ["monthly"] }