diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..ff11dcb6 --- /dev/null +++ b/renovate.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + ":semanticCommits", + ":dependencyDashboard", + ":ignoreUnstable" + ], + "labels": [ + "[bot] renovate" + ], + "prConcurrentLimit": 5, + "rebaseWhen": "auto" +}