mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-20 03:30:02 +02:00
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.
This commit is contained in:
parent
9cdfdb2d3a
commit
2f59a27a28
2
.github/workflows/dependabot.yml
vendored
2
.github/workflows/dependabot.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
id: modtidy
|
||||
with:
|
||||
gomods: '**/go.mod'
|
||||
gosum_only: true
|
||||
gomodsum_only: true
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
id: autocommit
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user