Skip to content

Commit 2f59a27

Browse files
authored
Allow changes to go.sum *and* go.mod when running dependabot tidy-up (#871)
Transitive dependency changes sometimes do require a change to go.mod files as well as go.sum. This is already live in the opentelemetry-go-contrib repo, and this PR brings it here.
1 parent 9cdfdb2 commit 2f59a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: modtidy
1919
with:
2020
gomods: '**/go.mod'
21-
gosum_only: true
21+
gomodsum_only: true
2222
- uses: stefanzweifel/git-auto-commit-action@v4
2323
id: autocommit
2424
with:

0 commit comments

Comments
 (0)