Skip to content

Commit 5901634

Browse files
Skip {types-,}protobuf upgrades in Renovate (#452)
We [previously ignored these in Dependabot][1]; should do the same in Renovate. #451 is failing because it's attempting to bump these. Not entirely sure on the syntax here; I'm trying to follow the connect-python approach with otel: https://github.com/connectrpc/connect-python/blob/f188e7d0452be8a1ad04e308754852c76ee62c4d/renovate.json#L31-L37. [1]: 328d768#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L13-L14
1 parent 8ba9eac commit 5901634

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@
3030
// when necessary.
3131
"enabled": false
3232
},
33+
{
34+
"matchCategories": ["python"],
35+
"matchPackageNames": [
36+
"protobuf",
37+
"types-protobuf"
38+
],
39+
// We manage these dependencies ourselves.
40+
"enabled": false
41+
},
3342
{
3443
"matchCategories": [
3544
"python"

0 commit comments

Comments
 (0)