mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-02-01 03:37:11 +08:00
71b1e905e2
Inspired by template at 2e5a157793/.github/dependabot.yml
27 lines
515 B
YAML
27 lines
515 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
actions-minor:
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
npm-development:
|
|
dependency-type: development
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
npm-production:
|
|
dependency-type: production
|
|
update-types:
|
|
- patch
|