Skip to content

Commit 8806b75

Browse files
committed
chore: update go config
1 parent 5c96447 commit 8806b75

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

default.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"cloudbuild",
1616
"docker-compose",
1717
"dockerfile",
18-
"gomod",
1918
"github-actions",
19+
"gomod",
2020
"kubernetes",
2121
"npm",
2222
"nvm",
@@ -35,6 +35,17 @@
3535
"pin": {
3636
"automerge": true
3737
},
38+
"customEnvVariables": {
39+
"GOPRIVATE": "github.com/algolia",
40+
"GONOSUMDB": "github.com/algolia",
41+
"GONOPROXY": "github.com/algolia"
42+
},
43+
"gomod": {
44+
"enabled": true
45+
},
46+
"postUpdateOptions": [
47+
"gomodTidy"
48+
],
3849
"schedule": [
3950
"after 4pm on friday",
4051
"before 9am on monday",

0 commit comments

Comments
 (0)