1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-14 14:20:28 +05:30
Piped/.github/dependabot.yml

13 lines
282 B
YAML
Raw Normal View History

2020-12-01 18:56:41 +05:30
version: 2
updates:
2021-01-02 19:41:21 +05:30
# Maintain dependencies for npm
2020-12-01 18:56:41 +05:30
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
2021-01-02 19:41:21 +05:30
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"