update config to match dependabot

This commit is contained in:
Jonathan Wren 2022-08-31 20:55:44 -07:00
parent 317a66adca
commit a55437712d

View file

@ -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" ]
}