Skip to content

Commit a51932a

Browse files
committed
configure renovate
1 parent c35e27d commit a51932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"packageRules": [
1717
{
1818
"matchManagers": ["gomod"],
19-
"matchUpdateTypes": ["minor", "patch"],
2019
"groupName": "Go modules"
2120
},
2221
{
2322
"matchManagers": ["gomod"],
2423
"matchUpdateTypes": ["major"],
24+
"matchDepTypes": ["require", "indirect"],
2525
"enabled": false
2626
}
2727
]

0 commit comments

Comments
 (0)