diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000..b19909c2bc --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "extends": [ + "config:base" + ], + "prConcurrentLimit": 2, + "prCreation": "status-success" +}