Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
chore(ci): enable dependency dashboard for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
korosuke613 committed Sep 6, 2021
1 parent 7c31d8e commit ec7e25e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
":semanticCommitTypeAll(chore)", // If semantic commits detected, use semantic commit type chore for all
"schedule:monthly"
],
dependencyDashboard: true,
dependencyDashboardLabels: ["renovate"],
"postUpdateOptions": [
"gomodTidy" // Enable go mod tidy.
],
Expand Down

0 comments on commit ec7e25e

Please sign in to comment.