From d85ad441b007cc4407f6a9c0a52c6d1081ece7e0 Mon Sep 17 00:00:00 2001 From: Valentin Daviot Date: Thu, 21 May 2026 12:11:06 +0200 Subject: [PATCH] renovate: annotate GO_VERSION and GOLANGCI_LINT_VERSION in pre-merge workflow Activates the shared platform-renovate preset's `customManagers:githubActionsVersions` for the two env vars defined in the pre-merge workflow. Once the new preset lands, Renovate will track: - `GO_VERSION` via the `golang-version` datasource (group: `golang-toolchain`, label `deps/golang-toolchain`). - `GOLANGCI_LINT_VERSION` via `golangci/golangci-lint` GitHub releases (group: `golangci-lint`, label `deps/lint`). This is the third of four follow-ups from scality/platform-renovate#3. Co-authored-by: Cursor --- .github/workflows/pre-merge.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 0418666..f1b1716 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -7,7 +7,9 @@ on: workflow_dispatch: env: + # renovate: datasource=golang-version depName=golang GO_VERSION: 1.25 + # renovate: datasource=github-releases depName=golangci/golangci-lint GOLANGCI_LINT_VERSION: v2.4.0 jobs: