Skip to content

Commit 3a999d6

Browse files
committed
Properly disable dependency dashboard
1 parent 959e576 commit 3a999d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/renovate.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
6-
"dependencyDashboard": false
3+
"extends": ["config:recommended", ":disableDependencyDashboard"]
74
}

0 commit comments

Comments
 (0)