From 2967f98f305b95e7c910facd2d9b3381bd0296a8 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 9 Feb 2026 22:50:33 -0500 Subject: Use relative path in dependabot exclude-paths --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a461b25c5b..c482ad34fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: - '/yjit' - '/zjit' exclude-paths: - - '/gc/mmtk/**' + - 'gc/mmtk/**' schedule: interval: 'daily' groups: -- cgit v1.2.3