Skip to content

Commit 9a211f5

Browse files
authored
Update renovate.json (#76) [skip ci]
1 parent 2f71677 commit 9a211f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
"updateTypes": ["patch"],
1212
"enabled": false
1313
}
14-
]
14+
],
15+
"postUpgradeTasks": {
16+
"commands": [
17+
"go mod tidy"
18+
],
19+
"fileFilters": ["go.mod", "go.sum"],
20+
"executionMode": "update"
21+
}
1522
}

0 commit comments

Comments
 (0)