mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
18 lines
405 B
YAML
18 lines
405 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
# Maintain dependencies for GitHub Actions
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
reviewers:
|
||
|
- "jthegedus"
|
||
|
- "stratus3d"
|
||
|
# Maintain dependencies for npm used in Documentation site
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/docs"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
reviewers:
|
||
|
- "jthegedus"
|