Skip to content

Commit

Permalink
Update dependabot_automerge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo authored Nov 6, 2023
1 parent e00b4ef commit 3b3ba40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
name: Dependabot auto-merge
on: pull_request
on:
pull_request:
types: [ opened, synchronize, reopened, labeled ]

permissions:
contents: write
Expand Down

0 comments on commit 3b3ba40

Please sign in to comment.