We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62396e1 commit b7da82dCopy full SHA for b7da82d
.github/renovate.json5
@@ -190,7 +190,8 @@
190
"regexManagers": [
191
{
192
"fileMatch": [
193
- "^\\.github/workflows/[^/]+\\.yaml$"
+ "^\\.github/workflows/[^/]+\\.yaml$",
194
+ "^action.yaml$"
195
],
196
// This regex manages version strings in GitHub actions workflow files,
197
// similar to the examples shown here:
action.yaml
@@ -58,7 +58,8 @@ runs:
58
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
59
if: ${{ steps.build-cli.outputs.path != '' }}
60
with:
61
- go-version: '1.23.3'
+ # renovate: datasource=golang-version depName=go
62
+ go-version: 1.23.3
63
cache: true
64
cache-dependency-path: '${{ steps.build-cli.outputs.go-sum-path }}'
65
0 commit comments