Skip to content

Commit

Permalink
Mintmaker: explicetly disable Dependency Dashboard (#4020)
Browse files Browse the repository at this point in the history
Seems like we have to manually disable that because some preset
might be taking effect:
renovatebot/renovate#11330

Let's force this, so that we can disable the dashboard.

Signed-off-by: Giulia Naponiello <[email protected]>
  • Loading branch information
gnaponie authored Jul 9, 2024
1 parent 9ee2657 commit 6842688
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/mintmaker/base/renovate-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ data:
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":gitSignOff"
":gitSignOff",
":disableDependencyDashboard"
],
"ignorePresets": [":dependencyDashboard"],
"onboarding": false,
"requireConfig": "optional",
"platformCommit": true,
Expand Down

0 comments on commit 6842688

Please sign in to comment.