diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b18fd29357..57da742e5c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,29 @@ version: 2 updates: - package-ecosystem: 'github-actions' + directories: + - '/' + - '/.github/actions/slack' + - '/.github/actions/setup/directories' + schedule: + interval: 'daily' + groups: + github-actions: + patterns: + - "*" + - package-ecosystem: 'cargo' + directories: + - '/yjit' + - '/zjit' + exclude-paths: + - 'gc/mmtk/**' + schedule: + interval: 'monthly' + groups: + jit: + patterns: + - "*" + - package-ecosystem: 'vcpkg' directory: '/' schedule: - interval: 'weekly' + interval: 'daily' |
