Skip to content

Commit

Permalink
Fix dependabot-automerge.yaml (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDuboisSAP authored Oct 7, 2024
1 parent 1520b0b commit d2e6321
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:

continous-integration:
continuous-integration:
# https://wiki.one.int.sap/wiki/display/DevFw/SUGAR
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-automerge.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down

0 comments on commit d2e6321

Please sign in to comment.