Skip to content

Commit 6e999ef

Browse files
committed
renovate: Try to fix go mod tidy issues
Suggested-by: André Martins <[email protected]> Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 1be2fee commit 6e999ef

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,19 @@
2121
"groupName": "all dependencies"
2222
}
2323
],
24-
"separateMajorMinor": false
24+
"separateMajorMinor": false,
25+
{
26+
"groupName": "all go dependencies main",
27+
"groupSlug": "all-go-deps-main",
28+
"matchFiles": [
29+
"go.mod",
30+
"go.sum"
31+
],
32+
"postUpdateOptions": [
33+
"gomodUpdateImportPaths"
34+
],
35+
matchBaseBranches: [
36+
"main"
37+
]
38+
}
2539
}

0 commit comments

Comments
 (0)