chore: disable dependency dashboard

This commit is contained in:
Ketal
2022-12-29 23:56:38 +08:00
committed by GitHub
parent 83c0899195
commit ba16c30a87

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base", ":disableDependencyDashboard"
]
}