Commit a87191a
authored
Renovate configuration: Enable go mod tidy (#4246)
Renovate configuration: Add a package rule making all go updates run `go
mod tidy` after the dependency bump.
This happens as a post update step. That is, the dependency is bumped in
the local branch created by Renovate, then `go mod tidy` is invoked thus
guaranteeing synchronization between `go.mod` and `go.sum` files.1 parent 2a8a0f8 commit a87191a
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments