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 #54
  • Loading branch information
kilokang authored Nov 23, 2021
1 parent d3f017e commit 4243efc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

{
"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/nri-ecs/issues/54
":disableDependencyDashboard"
],
"enabledManagers": [
// Enable only the regex manager (for Dockerfile base image bumping). Go dependencies are managed by Dependabot.
Expand All @@ -21,4 +24,4 @@
}
]
}


0 comments on commit 4243efc

Please sign in to comment.