summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2026-02-09 21:51:04 -0500
committerPeter Zhu <peter@peterzhu.ca>2026-02-09 22:49:05 -0500
commit8f82cbf8ffc3e22b489efa19c006789f90bc0046 (patch)
tree594105c8435b9f37b4b012146fa8c85af84ee6fd
parent1fcabc481a14a49167ea7fbed588f87e59c801bb (diff)
Exclude gc/mmtk in dependabot
Dependabot runs upstream in the ruby/mmtk repository so it should not be ran here.
-rw-r--r--.github/dependabot.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bba766070d..a461b25c5b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -15,6 +15,8 @@ updates:
directories:
- '/yjit'
- '/zjit'
+ exclude-paths:
+ - '/gc/mmtk/**'
schedule:
interval: 'daily'
groups: