Skip to content

Commit

Permalink
Merge pull request #61 from catatsuy/feature-golang-version-update
Browse files Browse the repository at this point in the history
Update renovate config for updating Go version
  • Loading branch information
catatsuy authored Jul 14, 2024
2 parents deee40b + 1074a8f commit 9dcb577
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
"matchStrings": [
"go-version-input: (?<currentValue>[0-9]*.[0-9]*.[0-9]*)"
]
},
{
"fileMatch": [
".github/workflows/release.yml"
],
"datasourceTemplate": "golang-version",
"depNameTemplate": "golang",
"matchStrings": [
"go-version: (?<currentValue>[0-9]*.[0-9]*.[0-9]*)"
]
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 9dcb577

Please sign in to comment.