Skip to content

Commit c2e97d7

Browse files
Ignore dependabot branches on trigger auto merge
1 parent 94a66f7 commit c2e97d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-dependabot-auto-merge-forward.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Trigger Dependabot Auto Merge Forward
22

33
on:
44
push:
5-
branches:
6-
- '*.x'
5+
branches-ignore:
6+
- "dependabot/**"
77

88
permissions: read-all
99

0 commit comments

Comments
 (0)