Skip to content

Commit 02f4e34

Browse files
authored
chore: stop Renovate opening dependency dashboard issues (#83)
config:recommended turns the dependency dashboard on, so Renovate keeps an issue open in every repository restating what its pull requests already say. Across seven repositories that is seven standing issues nobody reads. `:disableDependencyDashboard` turns it off. Renovate still opens the update pull requests exactly as before; it just stops narrating them in an issue. Signed-off-by: Tim Smith <tsmith84@proton.me>
1 parent 1eb0cbf commit 02f4e34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5+
":disableDependencyDashboard",
56
"helpers:pinGitHubActionDigests",
67
":semanticCommits"
78
]

0 commit comments

Comments
 (0)