mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
14 lines
285 B
YAML
14 lines
285 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
# Maintain dependencies for GitHub Actions
|
||
|
- package-ecosystem: "github-actions"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|
||
|
|
||
|
# Maintain dependencies for npm
|
||
|
- package-ecosystem: "npm"
|
||
|
directory: "/"
|
||
|
schedule:
|
||
|
interval: "weekly"
|