about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rebase-needed.yml4
-rw-r--r--.github/workflows/test-ruby.yml2
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml
index 99b224ec6..944ae7b28 100644
--- a/.github/workflows/rebase-needed.yml
+++ b/.github/workflows/rebase-needed.yml
@@ -2,7 +2,11 @@ name: PR Needs Rebase
 
 on:
   push:
+    branches-ignore:
+      - 'dependabot/**'
   pull_request_target:
+    branches-ignore:
+      - 'dependabot/**'
     types: [synchronize]
 
 permissions:
diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml
index 60f5df885..39b434188 100644
--- a/.github/workflows/test-ruby.yml
+++ b/.github/workflows/test-ruby.yml
@@ -2,6 +2,8 @@ name: Ruby Testing
 
 on:
   push:
+    branches-ignore:
+      - 'dependabot/**'
   pull_request:
 
 env: