We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d525d51 + c2ab489 commit c26b4e8Copy full SHA for c26b4e8
1 file changed
renovate.json
@@ -16,6 +16,12 @@
16
"groupName": "go-deps",
17
"automerge": true
18
},
19
+ {
20
+ "matchManagers": ["gomod"],
21
+ "matchDepTypes": ["indirect"],
22
+ "matchUpdateTypes": ["major"],
23
+ "enabled": false
24
+ },
25
{
26
"matchManagers": ["npm"],
27
"groupName": "npm-deps",
@@ -32,6 +38,6 @@
32
38
33
39
}
34
40
],
35
- "postUpdateOptions": ["gomodTidy"],
41
+ "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
36
42
"pinDigests": true
37
43
0 commit comments