diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..aef454b --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,20 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":rebaseStalePrs", + ":ignoreUnstable", + "group:monorepos", + "group:recommended" + ], + "prConcurrentLimit": 0, + "osvVulnerabilityAlerts": true, + "dependencyDashboardOSVVulnerabilitySummary": "all", + "rangeStrategy": "bump", + "baseBranches": [ + "master" + ], + "schedule": [ + "monthly" + ] +} \ No newline at end of file