diff options
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..57da742e5c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +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: 'daily' |
