Skip to content

Commit

Permalink
Enable auto merge for dependabot PRs (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsud authored Oct 27, 2023
1 parent 33d257f commit 610ad3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependabot
on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
Auto-merge:
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
target: minor
use-github-auto-merge: true

2 comments on commit 610ad3e

@vercel
Copy link

@vercel vercel bot commented on 610ad3e Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webhooks-manager – ./examples/webhooks-manager

webhooks-manager-miro-web.vercel.app
webhooks-manager-sepia.vercel.app
webhooks-manager-git-main-miro-web.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 610ad3e Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app-examples-wordle – ./examples/wordle

app-examples-wordle-anthonyroux.vercel.app
app-examples-wordle.vercel.app
app-examples-wordle-git-main-anthonyroux.vercel.app

Please sign in to comment.