diff options
| -rw-r--r-- | .github/dependabot.yml | 2 |
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: |
