Skip to content

Commit

Permalink
Merge pull request #127 from SimonMarquis/SimonMarquis-patch-1
Browse files Browse the repository at this point in the history
🤖 Configure dependabot workflow only on corresponding branches
  • Loading branch information
SimonMarquis authored Feb 1, 2025
2 parents db10204 + 65fe571 commit 26fe037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: 🤖 Dependabot auto-merge
on: pull_request
on:
pull_request:
branches: [ dependabot/** ]

permissions:
contents: write
Expand Down

0 comments on commit 26fe037

Please sign in to comment.