Skip to content

Commit b9c0948

Browse files
committed
e do automerge on schedule that we see it work with existing PRs
1 parent e74fd87 commit b9c0948

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependabotAutoMerge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: auto-merge
22

33
on:
44
pull_request:
5+
schedule:
6+
- cron: "*/5 * * * *"
57

68
jobs:
79
auto-merge:
@@ -10,5 +12,5 @@ jobs:
1012
- uses: actions/checkout@v2
1113
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1214
with:
13-
target: minor
15+
target: major
1416
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)