Skip to content

Commit

Permalink
Merge pull request #60 from Procedure-RPC/dev
Browse files Browse the repository at this point in the history
Configure dependabot to auto-merge PRs on dev
  • Loading branch information
toebeann authored Sep 26, 2022
2 parents 3b7857a + c9025e2 commit 2ea65e3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 14 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: dependabot auto-merge

on:
pull_request:
branches: ["dev"]

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }}
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ea65e3

Please sign in to comment.