Skip to content

Commit df27400

Browse files
Ignore protobuf and types-protobuf in Dependabot
We're keeping our protobuf pin at 5 and shouldn't need to upgrade to newer types-protobuf either, to match.
1 parent 4a68aca commit df27400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ updates:
88
directory: "/"
99
schedule:
1010
interval: "weekly"
11+
ignore:
12+
# We will manually update these as we drop compatibility for older versions.
13+
- dependency-name: "protobuf"
14+
- dependency-name: "types-protobuf"

0 commit comments

Comments
 (0)