Skip to content

Commit c65ab7a

Browse files
authored
Use the Go minor version for Dependabot updates (#108)
Prior to this commit Dependabot would create a pull request for every new patch version of Go. In `github_tag_and_release.yml` we only specify the minor version of Go though, so it is better to have Dependabot only create pull requests when there is a new minor version.
1 parent 6f6990c commit c65ab7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_hack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: koalaman/[email protected]
2828

2929
# update the version in `github_tag_and_release.yml` manually, too
30-
- uses: golang/[email protected].1
30+
- uses: golang/[email protected]
3131

3232
# update the variant version in the devcontainer.json manually, too
3333
# (see ../DEPENDENCIES.md#devcontainer-base-image-version for more info )

0 commit comments

Comments
 (0)