Skip to content

Commit 4099e2a

Browse files
authored
Update common Prometheus files (#430)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
1 parent 2852c73 commit 4099e2a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ updates:
2020
k8s.io:
2121
patterns:
2222
- "k8s.io/*"
23+
prometheus:
24+
patterns:
25+
- "github.com/prometheus/*"
2326
- package-ecosystem: "github-actions"
2427
directory: "/"
2528
schedule:

Makefile.common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_
6161
SKIP_GOLANGCI_LINT :=
6262
GOLANGCI_LINT :=
6363
GOLANGCI_LINT_OPTS ?=
64-
GOLANGCI_LINT_VERSION ?= v2.11.4
64+
GOLANGCI_LINT_VERSION ?= v2.12.2
6565
GOLANGCI_FMT_OPTS ?=
6666
# golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64.
6767
# windows isn't included here because of the path separator being different.

0 commit comments

Comments
 (0)