Skip to content

Commit

Permalink
Merge pull request #7 from camptocamp/dependabot-merge
Browse files Browse the repository at this point in the history
Support GitHub dependabot
  • Loading branch information
sbrunner authored Dec 2, 2020
2 parents 4a6e904 + 41d8ced commit b8bfda4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_LOGIN: dependabot[bot]
7 changes: 7 additions & 0 deletions example-project/.github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
timeout-minutes: 5

steps:
# Legacy dependabot
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GitHub dependabot
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_LOGIN: dependabot[bot]

0 comments on commit b8bfda4

Please sign in to comment.