Skip to content

Commit ed2a8ed

Browse files
authored
chore: correct renovate's go grouping (#582)
matchManagers works as see in the AlloyDB Auth Proxy.
1 parent f44755c commit ed2a8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"groupName": "Non-major dependency updates",
17-
"matchLanguages": ["go"],
17+
"matchManagers": ["gomod"],
1818
"matchUpdateTypes": ["minor", "patch"],
1919
},
2020
]

0 commit comments

Comments
 (0)