Skip to content

Commit

Permalink
Merge pull request #53 from Scalingo/fix/dependabot
Browse files Browse the repository at this point in the history
feat(workflows): enable ghaction-dependabot-automerge
  • Loading branch information
EtienneM authored Feb 3, 2023
2 parents 6584a8c + 21930bf commit 719f887
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 719f887

Please sign in to comment.