Skip to content

Commit

Permalink
Merge pull request #158 from smallstep/max/dependabot-auto-merge
Browse files Browse the repository at this point in the history
[action] add auto-merge enablement workflow for dependabot PRs
  • Loading branch information
dopey authored Oct 24, 2023
2 parents 22045b2 + beaeca6 commit 448ba23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Dependabot auto-merge
on: pull_request

permissions:
contents: write
pull-requests: write

jobs:
dependabot-auto-merge:
uses: smallstep/workflows/.github/workflows/dependabot-auto-merge.yml@main
secrets: inherit

0 comments on commit 448ba23

Please sign in to comment.