Skip to content

Commit

Permalink
chore: automatically merge dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Mar 15, 2024
1 parent 25cbd49 commit 3864c33
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 3864c33

Please sign in to comment.