From 14da8c643a5c9ecd803977615e6410d9acc4432f Mon Sep 17 00:00:00 2001 From: Maximilian Geberl Date: Fri, 16 Jan 2026 10:14:36 +0100 Subject: [PATCH] Add renovate information into Makefile for golangci-lint --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc9730a..11b458c 100755 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ SHELL=/bin/bash -e -o pipefail PWD = $(shell pwd) # constants +# renovate: datasource=github-releases depName=golangci/golangci-lint GOLANGCI_VERSION = 2.7.2 all: git-hooks tidy ## Initializes all tools