FreeDATA/.github/dependabot.yml

20 lines
463 B
YAML
Raw Normal View History

2022-07-14 07:01:59 +00:00
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-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"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"