Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
ci(dependabot): added auto merger action
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Mar 29, 2021
1 parent 8969557 commit a8ada22
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ updates:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm"
prefix: "npm"
prefix: "build(npm)"
14 changes: 14 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: auto-merge

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
command: merge

0 comments on commit a8ada22

Please sign in to comment.