Skip to content

Commit

Permalink
dependabot to ignore protobuf bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iprotsiuk committed Jun 19, 2024
1 parent 4eff805 commit 918773d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ updates:
update-types: ["version-update:semver-major"]
- dependency-name: "org.springframework.boot:*"
update-types: [ "version-update:semver-major" ] # Bump this after we bump to Java 17, which v3 requires (and the current v2 will be supported until November 2023: https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0)
- dependency-name: "com.google.protobuf:protoc"
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc 1.62.2 still depends on protobuf-java & protoc 3.25.x
- dependency-name: "com.google.protobuf:protobuf-java"
update-types: [ "version-update:semver-major" ] # We need to stay with protobuf-java & protoc 3.25.x as the latest grpc 1.62.2 still depends on protobuf-java & protoc 3.25.x


- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 918773d

Please sign in to comment.