Skip to content

Commit 6c113e1

Browse files
authored
fix: Renovate should tidy up after itself (#68)
Renovate is opening PRs that don't pass our tidiness check. This should fix it. Relevant docs: https://docs.renovatebot.com/configuration-options/\#postupdateoptions https://docs.renovatebot.com/golang/\#module-tidying
1 parent b83f6b7 commit 6c113e1

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
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"postUpdateOptions": [
7+
"gomodTidy"
58
]
69
}

0 commit comments

Comments
 (0)