Skip to content

Commit

Permalink
Disable renovate dashboard
Browse files Browse the repository at this point in the history
Renovate dashboard is a feature that creates an issue that updates with the pending updates that this repository has: https://docs.renovatebot.com/key-concepts/dashboard/

We follow these PRs renovate (and dependabot) creates using Zenhub.

Solves #484
  • Loading branch information
kang-makes authored Nov 23, 2021
1 parent 97cfb42 commit a92db4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": [
"config:base"
"config:base",
// Disable the creation of this issue that renovate updates with the pending issue we follow with Zenhub:
// https://github.com/newrelic/helm-charts/issues/484
":disableDependencyDashboard"
],
"bumpVersion": "patch",
"enabledManagers": [
Expand Down

0 comments on commit a92db4f

Please sign in to comment.