Skip to content

Commit eef0707

Browse files
authored
Update renovate.json
1 parent 407ff6b commit eef0707

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
2-
"extends": ["config:base", "docker:disable", ":skipStatusChecks"],
2+
"extends": ["config:base"],
33
"automerge": true,
44
"major": {
55
"automerge": false
66
},
7+
"gomodTidy": true,
8+
"requiredStatusChecks": null,
9+
"postUpdateOptions": [
10+
"gomodTidy"
11+
]
12+
"ignoreDeps": [
13+
"golang.org/x/crypto",
14+
"golang.org/x/net",
15+
"golang.org/x/sys",
16+
],
717
"ignorePaths": [
818
"*/android/**"
919
]

0 commit comments

Comments
 (0)