Skip to content

Commit 450f322

Browse files
Skip {types-,}protobuf upgrades in Renovate
We [previously ignored these in Dependabot][1]; should do the same in Renovate. #451 is failing because it's attempting to bump these. [1]: 328d768#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28L13-L14
1 parent 22bb47a commit 450f322

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
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+
"lockFileMaintenance": {
41+
"enabled": false
42+
}
43+
},
3344
{
3445
"matchCategories": [
3546
"python"

0 commit comments

Comments
 (0)