Skip to content

Commit 0f4ffe7

Browse files
authored
renovate: respect not upgrading avro (#845)
Renovate doesn't respect the replace directive in go.mod Force it to
1 parent 8bc7afd commit 0f4ffe7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
"matchSourceUrls": ["https://github.com/protocolbuffers/protobuf-go"],
3434
"groupName": "protobuf-go"
3535
},
36+
{
37+
"description": "Don't upgrade avro",
38+
"matchSourceUrls": ["https://github.com/hamba/avro/v2"],
39+
"matchCurrentVersion": "<=2.19.0",
40+
"groupName": "avro"
41+
}
3642
],
3743
"customManagers": [
3844
{

0 commit comments

Comments
 (0)