From 38fb602f02ef270e0705df0d3005ee2081a708e4 Mon Sep 17 00:00:00 2001 From: prombot Date: Tue, 4 Aug 2026 18:18:46 +0000 Subject: [PATCH] Update common Prometheus files Signed-off-by: prombot --- .github/dependabot.yml | 3 +++ Makefile.common | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d81d9e7c1..57d8410442 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,9 @@ updates: k8s.io: patterns: - "k8s.io/*" + prometheus: + patterns: + - "github.com/prometheus/*" - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/Makefile.common b/Makefile.common index a7c5f553e1..5cfd6b8bff 100644 --- a/Makefile.common +++ b/Makefile.common @@ -61,7 +61,7 @@ PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_ SKIP_GOLANGCI_LINT := GOLANGCI_LINT := GOLANGCI_LINT_OPTS ?= -GOLANGCI_LINT_VERSION ?= v2.11.4 +GOLANGCI_LINT_VERSION ?= v2.12.2 GOLANGCI_FMT_OPTS ?= # golangci-lint only supports linux, darwin and windows platforms on i386/amd64/arm64. # windows isn't included here because of the path separator being different.