diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bdb9df6b9e..d4d0c719ee 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -190,7 +190,8 @@ "regexManagers": [ { "fileMatch": [ - "^\\.github/workflows/[^/]+\\.yaml$" + "^\\.github/workflows/[^/]+\\.yaml$", + "^action.yaml$" ], // This regex manages version strings in GitHub actions workflow files, // similar to the examples shown here: diff --git a/action.yaml b/action.yaml index c4359116b4..515c802629 100644 --- a/action.yaml +++ b/action.yaml @@ -58,7 +58,8 @@ runs: uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 if: ${{ steps.build-cli.outputs.path != '' }} with: - go-version: '1.23.3' + # renovate: datasource=golang-version depName=go + go-version: 1.23.3 cache: true cache-dependency-path: '${{ steps.build-cli.outputs.go-sum-path }}'