Skip to content

Commit 1a5be25

Browse files
committed
renovate: Do not update go.mod indirects
1 parent 63177cb commit 1a5be25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,17 @@
2121
"gomod"
2222
],
2323
"enabled": true,
24-
"ignoreDeps": ["indirect"],
2524
"postUpdateOptions": [
2625
"gomodTidy",
2726
"gomodUpdateImportPaths"
2827
]
2928
},
29+
{
30+
"description": "Do not update indirect dependencies",
31+
"matchManagers": ["gomod"],
32+
"matchDepTypes": ["indirect"],
33+
"enabled": false
34+
},
3035
{
3136
"description": "Update Go versions only when a patch version exists (z > 0 in v1.x.z)",
3237
"matchManagers": [

0 commit comments

Comments
 (0)