Skip to content

Commit f299cb7

Browse files
committed
disable automatic update of indirect deps
1 parent 7ad70af commit f299cb7

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,18 @@
1616
"platformAutomerge": true
1717
},
1818
"packageRules": [
19-
]
19+
],
20+
"gomod": {
21+
"packageRules": [
22+
{
23+
"matchManagers": [
24+
"gomod"
25+
],
26+
"matchDepTypes": [
27+
"indirect"
28+
],
29+
"enabled": false
30+
}
31+
]
32+
}
2033
}

0 commit comments

Comments
 (0)