diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..efb7f12 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "branchConcurrentLimit": 3, + "labels":["Bot::Renovate"], + "semanticCommits": "disabled", + "commitMessagePrefix": "renovate:", + "reviewers": [ + "echarrod", "adamhicks", "NeilLuno" + ] +}