Skip to content

Commit 41a2a7b

Browse files
committed
Add comment about Prometheus vendoring constraint
1 parent 2e58670 commit 41a2a7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gopkg.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
name = "github.com/weaveworks/promrus"
1111
version = "v1.1.0-legacy"
1212

13+
# Since Cortex is heavily based on Prometheus packages, we want
14+
# to track upstream master quite closely, without being constrained
15+
# to the latest Prometheus release. This means we get various bug
16+
# fixes and features earlier, and makes necessary refactorings upon
17+
# vendor updates less huge (if updated frequently).
1318
[[constraint]]
1419
name = "github.com/prometheus/prometheus"
1520
branch = "master"

0 commit comments

Comments
 (0)