VueTorrent/.github/dependabot.yaml
2023-11-29 08:25:43 +01:00

17 lines
342 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'
groups:
all:
patterns:
- '*'