FreeDATA/.github/dependabot.yml
2022-07-14 09:01:59 +02:00

20 lines
463 B
YAML

# 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"