Skip to content

Commit

Permalink
Update dependabot-auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgyg authored Jun 28, 2024
1 parent 3920db2 commit 0af68ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Dependabot auto-merge
on:
schedule:
- cron: '*/2 * * * *'
# Only merge PRs (UTC time). Please keep in sync with the if statement (around line 24).
- cron: "0 8 * * Mon,Wed"
# Report blocked PRs (UTC time)
- cron: "0 14 * * Mon"

permissions:
contents: write
Expand All @@ -10,7 +13,7 @@ permissions:
jobs:
auto-merge:
name: Auto merge
runs-on: [node-small]
runs-on: [node-small, self-hosted]

steps:
- name: Checkout
Expand Down

0 comments on commit 0af68ad

Please sign in to comment.