Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore: disable dependency dashboard of renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelak312 authored Nov 1, 2023
1 parent 02190ca commit 0b6b5ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":disableDependencyDashboard"
],
"packageRules": [
{
Expand All @@ -11,4 +12,4 @@
"enabled": false
}
]
}
}

0 comments on commit 0b6b5ce

Please sign in to comment.