Skip to content

Commit cb42f38

Browse files
committed
Allow go mod tidy from Renovate [skip ci]
1 parent 9a211f5 commit cb42f38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"allowedPostUpgradeCommands" : [
4+
"go mod tidy"
5+
],
36
"extends": [
47
"config:base"
58
],

0 commit comments

Comments
 (0)