Skip to content

Commit

Permalink
Merge pull request #16 from Scalingo/fix/github_actions
Browse files Browse the repository at this point in the history
feat(github-actions): auto-merge Dependabot PRs
  • Loading branch information
EtienneM authored Aug 3, 2023
2 parents 1d4f15f + 23d730a commit 85c2052
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependabot auto-approve
on: pull_request

permissions:
# Mandatory for both the auto-merge enabling and approval steps
pull-requests: write
# Mandatory for the auto-merge enabling step
contents: write

jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Automatically merge Dependabot PRs
uses: scalingo/ghaction-dependabot-automerge@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 85c2052

Please sign in to comment.