From 1074a8f69967d9cd562b9a8a07287255160a464b Mon Sep 17 00:00:00 2001 From: catatsuy Date: Sun, 14 Jul 2024 16:43:32 +0900 Subject: [PATCH] Update renovate config for updating Go version --- .github/workflows/release.yml | 2 +- renovate.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76f5276..912065f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: 1.22.x + go-version: 1.22.4 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 with: diff --git a/renovate.json b/renovate.json index 3cdf199..81a7271 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,16 @@ "matchStrings": [ "go-version-input: (?[0-9]*.[0-9]*.[0-9]*)" ] + }, + { + "fileMatch": [ + ".github/workflows/release.yml" + ], + "datasourceTemplate": "golang-version", + "depNameTemplate": "golang", + "matchStrings": [ + "go-version: (?[0-9]*.[0-9]*.[0-9]*)" + ] } ], "postUpdateOptions": [