summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRenovate Bot <forgejo-renovate-action@forgejo.org>2024-08-09 18:14:19 +0200
committerGusted <postmaster@gusted.xyz>2024-08-09 21:03:37 +0200
commit8039240c26a40525da364a5a1308726d6cd973f8 (patch)
tree146348c0edd893823314e3e77cff03b64626da75 /Makefile
parentMerge pull request '[CHORE] Fix darwin compatibility' (#4906) from gusted/for... (diff)
downloadforgejo-8039240c26a40525da364a5a1308726d6cd973f8.tar.xz
forgejo-8039240c26a40525da364a5a1308726d6cd973f8.zip
Update module github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker to v3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29435d7dbd..de1c466935 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ DIFF ?= diff --unified
XGO_VERSION := go-1.21.x
AIR_PACKAGE ?= github.com/air-verse/air@v1 # renovate: datasource=go
-EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker@2.8.0 # renovate: datasource=go
+EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/v3/cmd/editorconfig-checker@v3.0.3 # renovate: datasource=go
GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.6.0 # renovate: datasource=go
GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1 # renovate: datasource=go
GXZ_PACKAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.11 # renovate: datasource=go