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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches-ignore:
|
||||||
- '*.x'
|
- "dependabot/**"
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue