Ignore dependabot branches on trigger auto merge

This commit is contained in:
Marcus Hert Da Coregio 2024-02-29 10:52:44 -03:00
parent 94a66f7a26
commit c2e97d7661
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ name: Trigger Dependabot Auto Merge Forward
on:
push:
branches:
- '*.x'
branches-ignore:
- "dependabot/**"
permissions: read-all