Skip to content

Commit

Permalink
run dependabot auto-merge only for dependabot branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsud committed Nov 30, 2023
1 parent 540f230 commit f6b2fae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Dependabot
on: pull_request

on:
pull_request:
branches:
- "dependabot/**"

permissions:
pull-requests: write
Expand Down

0 comments on commit f6b2fae

Please sign in to comment.