From d2e63214cf1e804975fcf52a82d51486869bd5a0 Mon Sep 17 00:00:00 2001 From: Charles Dubois <103174266+CharlesDuboisSAP@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:56:07 +0200 Subject: [PATCH] Fix dependabot-automerge.yaml (#91) --- .github/workflows/continuous-integration.yaml | 2 +- .github/workflows/dependabot-automerge.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 41757a10..c23c966e 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -12,7 +12,7 @@ env: jobs: - continous-integration: + continuous-integration: # https://wiki.one.int.sap/wiki/display/DevFw/SUGAR runs-on: ubuntu-latest steps: diff --git a/.github/workflows/dependabot-automerge.yaml b/.github/workflows/dependabot-automerge.yaml index 71d40ecc..22a92af0 100644 --- a/.github/workflows/dependabot-automerge.yaml +++ b/.github/workflows/dependabot-automerge.yaml @@ -1,9 +1,9 @@ -name: dependabot merger +name: "Dependabot Auto-Merge" on: workflow_dispatch: schedule: - - cron: '00 03 * * Mon' # trigger every Monday at 3:00 a.m., as our dependabot is configured to raise PRs every Monday at 2:00 a.m. + - cron: '00 04 * * Mon' # trigger every Monday at 04:00 a.m., as our dependabot is configured to raise PRs every Monday at 2:00 a.m. env: DEPENDABOT_GROUPS: |