From b84055552224b5203478c2f9adef7c0464a12fa7 Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Tue, 16 Apr 2024 09:06:59 +0100 Subject: [PATCH] Use loki-squad, run later Signed-off-by: Michel Hollands --- .github/workflows/check-for-dependency-updates.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-for-dependency-updates.yaml b/.github/workflows/check-for-dependency-updates.yaml index 88ff186..d77e3a2 100644 --- a/.github/workflows/check-for-dependency-updates.yaml +++ b/.github/workflows/check-for-dependency-updates.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # Run once a day - - cron: '0 0 * * *' + - cron: '0 7 * * *' permissions: contents: "write" @@ -47,7 +47,7 @@ jobs: labels: dependencies branch: chore/update-loki delete-branch: true - team-reviewers: loki-team + team-reviewers: loki-squad updateGrafanaAlloy: name: Update the Grafana Alloy subchart @@ -80,7 +80,7 @@ jobs: labels: dependencies branch: chore/update-grafana-alloy delete-branch: true - team-reviewers: loki-team + team-reviewers: loki-squad updateMimirDistributed: name: Update the Mimir Distributed subchart @@ -113,7 +113,7 @@ jobs: labels: dependencies branch: chore/update-mimir-distributed delete-branch: true - team-reviewers: loki-team + team-reviewers: loki-squad updateTempoDistributed: name: Update the Tempo Distributed subchart @@ -146,7 +146,7 @@ jobs: labels: dependencies branch: chore/update-tempo-distributed delete-branch: true - team-reviewers: loki-team + team-reviewers: loki-squad updateMinio: name: Update the Minio subchart @@ -179,4 +179,4 @@ jobs: labels: dependencies branch: chore/update-minio delete-branch: true - team-reviewers: loki-team + team-reviewers: loki-squad