chore: renovate to group Protobuf artifacts (#1362)

Copying packageGroup configuration from https://togithub.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/java_library/renovate.json

This should avoid separate pull requests for Protobuf: https://togithub.com/googleapis/gapic-generator-java/pull/1155 and https://togithub.com/googleapis/gapic-generator-java/pull/1154
1 file changed
tree: 38e0f9861dae5f5a1e17f25603851c28373af4a7
  1. .githooks/
  2. .github/
  3. .kokoro/
  4. api-common-java/
  5. gapic-generator-java/
  6. gapic-generator-java-bom/
  7. gapic-generator-java-pom-parent/
  8. gax-java/
  9. java-common-protos/
  10. java-iam/
  11. rules_java_gapic/
  12. scripts/
  13. showcase/
  14. test/
  15. .bazeliskrc
  16. .bazelrc
  17. .gitignore
  18. BUILD.bazel
  19. CHANGELOG.md
  20. CODE_OF_CONDUCT.md
  21. CONTRIBUTING.md
  22. DEVELOPMENT.md
  23. LICENSE
  24. pom.xml
  25. README.md
  26. renovate.json
  27. run.sh
  28. SECURITY.md
  29. settings.xml
  30. versions.txt
  31. WORKSPACE
README.md

Coverage

This repository consists of the following modules:

  • gapic-generator-java: the Protobuf compiler plugin to generate Java code. See [gapic-generator-java/DEVELOPMENT.md] for setup.
  • gax-java: the runtime library required for Google Cloud client libraries, including the ones generated by gapic-generator-java.
  • java-common-protos and api-common-java: Protobuf-generated common classes for Google services. (They are not generated by gapic-generator-java)
  • java-iam: Protobuf-generated classes for Google's Identity and Access Management (IAM). (They are not generated by gapic-generator-java)
  • showcase: demonstration of the generated client library for the fake “Showcase” API.
  • gapic-generator-java-bom: The Bill-of-Material for the libraries produced from this repository. This is used by google-cloud-java/java-shared-dependencies.

Development Setup

See DEVELOPMENT.md.