Skip to content

Commit

Permalink
Merge pull request #26 from devops-actions/dependabot-auto-merge
Browse files Browse the repository at this point in the history
Create approve-dependabot-pr.yml
  • Loading branch information
rajbos committed Jul 4, 2024
2 parents 606c408 + 02f08ab commit 06d1449
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/approve-dependabot-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Approve Dependabot PR's"
on:
pull_request:

permissions:
contents: read

jobs:
dependabot:
permissions:
contents: write
pull-requests: write
actions: write
uses: devops-actions/.github/.github/workflows/approve-dependabot-pr.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06d1449

Please sign in to comment.