From 290d06b40b9fd225e53ec9fa4be1431dc787d0ff Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 30 Jul 2026 16:42:43 +0000 Subject: [PATCH] chore: onboard renovate, mark `Makefile` tool packages (#221) chore: onboard renovate, mark `Makefile` tool packages (gitea/gitea-mcp#221) Co-authored-by: silverwind --- Makefile | 4 ++-- renovate.json5 | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 renovate.json5 diff --git a/Makefile b/Makefile index 9d94ca0..d9e25d0 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ EXECUTABLE := gitea-mcp VERSION ?= $(shell git describe --tags --always | sed 's/-/+/' | sed 's/^v//') LDFLAGS := -X "main.Version=$(VERSION)" -GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.12.2 -GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1.3.0 +GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.12.2 # renovate: datasource=go +GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1.3.0 # renovate: datasource=go .PHONY: help help: ## print this help message diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..f4feb82 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>gitea/renovate-config" + ], +}