Skip to content

Commit 70bb33c

Browse files
committed
chore: enable update of indirect go dependencies
1 parent a4b6cb4 commit 70bb33c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
rangeStrategy: "bump",
3232
groupName: "go",
3333
},
34+
{
35+
"matchManagers": ["gomod"],
36+
"matchDepTypes": ["indirect"],
37+
"enabled": true
38+
}
3439
{
3540
matchDepTypes: ["golang-version"],
3641
prPriority: 999,

0 commit comments

Comments
 (0)