From 8f82cbf8ffc3e22b489efa19c006789f90bc0046 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 9 Feb 2026 21:51:04 -0500 Subject: Exclude gc/mmtk in dependabot Dependabot runs upstream in the ruby/mmtk repository so it should not be ran here. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3