Ignore dependabot branches on trigger auto merge
This commit is contained in:
parent
94a66f7a26
commit
c2e97d7661
|
@ -2,8 +2,8 @@ name: Trigger Dependabot Auto Merge Forward
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*.x'
|
||||
branches-ignore:
|
||||
- "dependabot/**"
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
Loading…
Reference in New Issue