diff options
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
