Skip to content

Commit c26b4e8

Browse files
Merge pull request #1308 from dbsystel/fix/renovate-disable-indirect-go-major
fix(renovate): disable major updates for indirect Go deps
2 parents d525d51 + c2ab489 commit c26b4e8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"groupName": "go-deps",
1717
"automerge": true
1818
},
19+
{
20+
"matchManagers": ["gomod"],
21+
"matchDepTypes": ["indirect"],
22+
"matchUpdateTypes": ["major"],
23+
"enabled": false
24+
},
1925
{
2026
"matchManagers": ["npm"],
2127
"groupName": "npm-deps",
@@ -32,6 +38,6 @@
3238
"automerge": true
3339
}
3440
],
35-
"postUpdateOptions": ["gomodTidy"],
41+
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"],
3642
"pinDigests": true
3743
}

0 commit comments

Comments
 (0)