diff --git a/renovate.json b/renovate.json index 22a9943..90f10be 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": ["config:recommended"], + "schedule": ["on the first day of the month"] }