1
0
mirror of synced 2026-08-05 09:47:05 +00:00

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
@@ -2,8 +2,8 @@ name: Trigger Dependabot Auto Merge Forward
on:
push:
branches:
- '*.x'
branches-ignore:
- "dependabot/**"
permissions: read-all