Skip to content

Commit 0c23a85

Browse files
committed
renovate: automerge non-major golang.org/x updates
1 parent 5804885 commit 0c23a85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
matchUpdateTypes: ['patch'],
5757
automerge: true,
5858
},
59+
{
60+
// automerge non-major golang.org/x updates
61+
matchDatasources: ['go'],
62+
matchPackageNames: ['golang.org/x/*'],
63+
matchUpdateTypes: ['minor', 'patch', 'digest'],
64+
automerge: true,
65+
},
5966
{
6067
// disable automerge for go minor updates
6168
matchDatasources: ['golang-version'],

0 commit comments

Comments
 (0)