Skip to content

Commit

Permalink
document depcheck.yml file better (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto authored Jan 22, 2021
1 parent 0ff2bed commit c6f6796
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/depcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# List of go modules to check for outdated-ness.
# List of go modules to check for outdated-ness. The current version is
# obtained from the listing in go.mod.
go_modules:
- github.com/cortexproject/cortex
- github.com/grafana/loki
Expand All @@ -9,7 +10,12 @@ go_modules:
- github.com/weaveworks/common
- go.opentelemetry.io/collector

# List of Github repos to check for newer tags.
# List of Github repos to check for newer tags. Only repos that are not listed
# explicitly in go.mod *OR* are in go.mod but replaced with a fork should be
# added here.
#
# The "current" version being used in the Agent must be provided explicitly as
# you can see below.
github_repos:
- github.com/google/dnsmasq_exporter v0.2.0
- github.com/ncabatoff/process-exporter v0.7.5
Expand Down

0 comments on commit c6f6796

Please sign in to comment.