Skip to content

Commit

Permalink
Disbale the Renovate dependency dashboard
Browse files Browse the repository at this point in the history
This project needs to support multiple versions of Ruby and Rails,
having a tool like Renovate trying to update depenencies without giving
the appropriate amount of forethought can cause issues.

For now we'll disable the dashboard.
  • Loading branch information
mec committed Dec 1, 2023
1 parent 7b91979 commit 27c5d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"dependencyDashboard": false
}

0 comments on commit 27c5d4a

Please sign in to comment.