Piped/.github/dependabot.yml

13 lines
282 B
YAML
Raw Normal View History

2020-12-01 13:26:41 +00:00
version: 2
updates:
2021-01-02 14:11:21 +00:00
# Maintain dependencies for npm
2020-12-01 13:26:41 +00:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2021-01-02 14:11:21 +00:00
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"