Skip to content

Commit

Permalink
chore: automatically merge dependabot PRs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Mar 15, 2024
1 parent 25c6944 commit 1c7383f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Dependabot Auto Approve and Merge"

on:
pull_request:

permissions:
pull-requests: write
contents: write

jobs:
auto-merge:
uses: canonical/sdcore-github-workflows/.github/workflows/dependabot_pr.yaml@main

0 comments on commit 1c7383f

Please sign in to comment.