Skip to content

Commit 114d8b1

Browse files
authored
Update renovate.json to disable indirect dependency update
1 parent cdbd9af commit 114d8b1

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
@@ -2,5 +2,10 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5-
]
5+
],
6+
"packageRules": [{
7+
"managers": ["gomod"],
8+
"depTypeList": ["indirect"],
9+
"enabled": false
10+
}]
611
}

0 commit comments

Comments
 (0)