Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit a9416a5

Browse files
authored
chore: split renovate PRs (#123)
For this artifact, we actually care about each individual library in the release notes. We shouldn't have ordering issues within this bom.
1 parent a6243a0 commit a9416a5

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

renovate.json

-18
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@
1717
],
1818
"versionScheme": "docker"
1919
},
20-
{
21-
"packagePatterns": [
22-
"^com.google.api:gax",
23-
"^com.google.auth:",
24-
"^com.google.cloud:google-cloud-core",
25-
"^io.grpc:",
26-
"^com.google.guava:"
27-
],
28-
"groupName": "core dependencies"
29-
},
30-
{
31-
"packagePatterns": [
32-
"^com.google.http-client:",
33-
"^com.google.oauth-client:",
34-
"^com.google.api-client:"
35-
],
36-
"groupName": "core transport dependencies"
37-
},
3820
{
3921
"packagePatterns": [
4022
"*"

synth.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818

1919
java.common_templates(excludes=[
2020
"README.md",
21-
"samples/*"
21+
"samples/*",
22+
"renovate.json",
2223
])

0 commit comments

Comments
 (0)