Create renovate.json

This commit is contained in:
Logan Marchione 2022-10-17 15:45:37 +00:00 committed by GitHub
parent f8c6bb98ac
commit 688fcb4951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard",
"labels": ["renovatebot"]
}