VueTube/.github/dependabot.yml

17 lines
405 B
YAML
Raw Normal View History

2023-05-30 15:53:42 +00:00
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
2023-05-30 16:00:11 +00:00
directory: "/NUXT/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
2023-05-30 15:53:42 +00:00
schedule:
interval: "weekly"