run go mod tidy after renovate update (#729)
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
a894427947
commit
bb2403989e
|
|
@ -44,5 +44,8 @@
|
||||||
"groupName": "Bump Go dependencies",
|
"groupName": "Bump Go dependencies",
|
||||||
"groupSlug": "bump-dependencies-go"
|
"groupSlug": "bump-dependencies-go"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"postUpdateOptions": [
|
||||||
|
"gomodTidy"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue