mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-12-06 07:48:06 +08:00
20 lines
349 B
YAML
20 lines
349 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|
|
groups:
|
|
github-actions-updates:
|
|
patterns:
|
|
- '*'
|
|
|
|
- package-ecosystem: 'npm'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'monthly'
|
|
groups:
|
|
npm-updates:
|
|
patterns:
|
|
- '*'
|