Skip to content

Commit

Permalink
disable renovate dashboard (#140)
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 #97
  • Loading branch information
kang-makes committed Jan 4, 2022
1 parent 3647f4d commit 8f412c7
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/infrastructure-bundle/issues/97
":disableDependencyDashboard"
],
// RegexManagers will match patterns and extract dependencies from bundle.yaml.
"regexManagers": [
Expand Down

0 comments on commit 8f412c7

Please sign in to comment.