VueTorrent/.github/dependabot.yaml

14 lines
285 B
YAML
Raw Normal View History

2023-06-23 10:33:47 +03:00
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"