Browse Source

Ignore dependabot branches on trigger auto merge

Marcus Hert Da Coregio 1 year ago
parent
commit
c2e97d7661
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/trigger-dependabot-auto-merge-forward.yml

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

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