Skip to content

Commit

Permalink
chore: group renovate updates
Browse files Browse the repository at this point in the history
For vision-ai-edge-camera-client

Change-Id: I52eee4a3544a4280ddd91662bf7f73c878339f30
GitOrigin-RevId: f87fb2c74266d3736caff6aef49032e19c370e41
  • Loading branch information
ferrarimarco authored and Copybara committed Sep 19, 2024
1 parent 40d7c46 commit 0210948
Showing 1 changed file with 15 additions and 34 deletions.
49 changes: 15 additions & 34 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits"
],
"extends": ["config:recommended", ":semanticCommits"],
"dependencyDashboardApproval": true,
"rangeStrategy": "bump",
"customManagers": [
Expand All @@ -27,27 +24,19 @@
"groupName": "repository-management"
},
{
"matchFileNames": [
"projects/dataflow-bigquery-change-data-capture/**"
],
"matchFileNames": ["projects/dataflow-bigquery-change-data-capture/**"],
"groupName": "dataflow-bigquery-change-data-capture"
},
{
"matchFileNames": [
"projects/dataproc-trino-autoscaler/**"
],
"matchFileNames": ["projects/dataproc-trino-autoscaler/**"],
"groupName": "dataproc-trino-autoscaler"
},
{
"matchFileNames": [
"projects/bulk-delete-gcs-files-fn/**"
],
"matchFileNames": ["projects/bulk-delete-gcs-files-fn/**"],
"groupName": "bulk-delete-gcs-files-fn"
},
{
"matchFileNames": [
"projects/hive-bigquery-connector-demo/**"
],
"matchFileNames": ["projects/hive-bigquery-connector-demo/**"],
"groupName": "hive-bigquery-connector-demo"
},
{
Expand All @@ -71,40 +60,32 @@
"groupName": "sa-tools-performance-testing"
},
{
"matchFileNames": [
"projects/imagen-object-changer/**"
],
"matchFileNames": ["projects/imagen-object-changer/**"],
"groupName": "imagen-object-changer"
},
{
"matchFileNames": [
"projects/imagen-voice-captioning/**"
],
"matchFileNames": ["projects/imagen-voice-captioning/**"],
"groupName": "imagen-voice-captioning"
},
{
"matchFileNames": [
"projects/serverless-event-processing/**"
],
"matchFileNames": ["projects/serverless-event-processing/**"],
"groupName": "serverless-event-processing"
},
{
"matchFileNames": [
"projects/speech2speech_translation/**"
],
"matchFileNames": ["projects/speech2speech_translation/**"],
"groupName": "speech2speech_translation"
},
{
"matchFileNames": [
"projects/streamlit-pubsub/**"
],
"matchFileNames": ["projects/streamlit-pubsub/**"],
"groupName": "streamlit-pubsub"
},
{
"matchFileNames": [
"projects/pino-logging-gcp-config/**"
],
"matchFileNames": ["projects/pino-logging-gcp-config/**"],
"groupName": "pino-logging-gcp-config"
},
{
"matchFileNames": ["projects/vision-ai-edge-camera-client/**"],
"groupName": "vision-ai-edge-camera-client"
}
]
}

0 comments on commit 0210948

Please sign in to comment.