diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..477f004 --- /dev/null +++ b/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "schedule": ["before 5am on the first day of the month"], + "prConcurrentLimit": 1, + "separateMajorMinor": false, + "packageRules": [ + { + "matchUpdateTypes": ["major", "minor", "patch"], + "groupName": "all dependencies", + "groupSlug": "update-all-dependencies" + } + ] +}