diff --git a/.github/renovate.json b/.github/renovate.json index 39a2b6e9..6968341f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,12 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "schedule": [ "at any time" ], + "prConcurrentLimit": 10, + "reviewers": [ + "wren", + "micahellison" + ], + "labels": [ "packaging" ] }