From c92bae9f87454c1c0d846c7acccae36b667f165d Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Wed, 18 Sep 2024 22:08:58 +0000 Subject: [PATCH] test out custom managers --- .github/workflows/lint.yaml | 6 ++++++ .github/workflows/release.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c0e8d1d..dfa3414 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,6 +13,12 @@ jobs: golangci-lint: uses: mirceanton/reusable-workflows/.github/workflows/reusable-go-lint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4 secrets: inherit + with: + # renovate: datasource=golang-version depName=go + go-version: "1.22.3" + + # renovate: datasource=docker depName=golangci/golangci-lint + golangci-version: "v1.61.0" yamllint: uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@df1ea2563affc3e30cc8a5e4b4f75a495e5e89a3 # v3.4.4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 15cb278..025e63d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,3 +41,9 @@ jobs: secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} + + # renovate: datasource=golang-version depName=go + go-version: "1.22.3" + + # renovate: datasource=docker depName=goreleaser/goreleaser + goreleaser-version: "v2.3.1"