Skip to content

Commit 1473104

Browse files
authored
renovate: Exclude gomod indirect deps (#5208)
* renovate: Exclude gomod indirect deps
1 parent 232868c commit 1473104

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
"gomodUpdateImportPaths"
2727
]
2828
},
29+
{
30+
"description": "Do not update indirect dependencies",
31+
"matchManagers": ["gomod"],
32+
"matchDepTypes": ["indirect"],
33+
"enabled": false
34+
},
2935
{
3036
"description": "Update Go versions only when a patch version exists (z > 0 in v1.x.z)",
3137
"matchManagers": [

0 commit comments

Comments
 (0)