Skip to content

Commit b827398

Browse files
committed
update renovate for go vendor
1 parent 79d1210 commit b827398

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

renovate.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"labels": ["dependencies"],
77
"gomod": {
88
"schedule": [
9-
"after 5am on wednesday"
9+
"after 1pm on friday"
1010
],
1111
"postUpdateOptions": [
1212
"gomodUpdateImportPaths",
13-
"gomodTidy"
13+
"gomodTidy",
14+
"gomodVendor"
1415
],
1516
"packageRules": [
1617
{
@@ -20,7 +21,11 @@
2021
},
2122
{
2223
"matchPackageNames": ["**"],
23-
"groupName": "Go modules"
24+
"groupName": "Go modules",
25+
"matchUpdateTypes": [
26+
"minor",
27+
"patch"
28+
]
2429
}
2530
]
2631
}

0 commit comments

Comments
 (0)