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 #205
  • Loading branch information
kang-makes authored Nov 23, 2021
1 parent ffe7238 commit b3d7fa7
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/nri-kubernetes/issues/205
":disableDependencyDashboard"
],
"enabledManagers": [
// Enable only the regex manager (for Dockerfile base image bumping). Go dependencies are managed by Dependabot.
Expand Down

0 comments on commit b3d7fa7

Please sign in to comment.