Commit 7c0bc58
committed
workflows: Auto go mod tidy dependabot PRs
Do to our repo structure of go modules, we frequently hit issues
that dependabout bumps versions, but other modules that reference
the changes module don't get updated, so we have error with go mod and sum
not being tidied. Attempt to create a workflow that will automatically
do this change, so that we don't need to do it manually anymore.
Signed-off-by: stevenhorsman <[email protected]>1 parent c5ea6ca commit 7c0bc58
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments