awesome-cordova-plugins/.github/workflows/dependabot.yml
2021-06-21 13:41:17 +02:00

14 lines
283 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"