Skip to content

Commit 1809547

Browse files
blakeli0diegomarquezp
authored andcommitted
chore: Update renovate.json (#4031)
deps update from bigquerystorage was incorrectly marked as chore(deps). This would cause the upgrade not show up in the release notes and also not trigger release please. This is because the pattern /^com.google.cloud:google-cloud-bigquery is configured in renovate.json, which matches both bigquery and bigquerystorage. However, I believe the original intention is only for bigquery update in samples, not for bigquerystorage update. Fixing the pattern so that the String must ends with bigquery
1 parent a60931c commit 1809547

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

renovate.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@
4444
"/^com.google.guava:/"
4545
]
4646
},
47-
{
48-
"semanticCommitType": "deps",
49-
"semanticCommitScope": null,
50-
"matchPackageNames": [
51-
"*",
52-
"/^com.google.cloud:google-cloud-bigquerystorage/"
53-
]
54-
},
5547
{
5648
"semanticCommitType": "build",
5749
"semanticCommitScope": "deps",
@@ -68,7 +60,7 @@
6860
"semanticCommitType": "chore",
6961
"semanticCommitScope": "deps",
7062
"matchPackageNames": [
71-
"/^com.google.cloud:google-cloud-bigquery/",
63+
"/^com.google.cloud:google-cloud-bigquery$/",
7264
"/^com.google.cloud:google-cloud-bigtable/",
7365
"/^com.google.cloud:libraries-bom/",
7466
"/^com.google.cloud.samples:shared-configuration/"

0 commit comments

Comments
 (0)