DOSee/.github/dependabot.yml
2020-08-11 14:25:23 +10:00

18 lines
491 B
YAML

# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: docker
directory: "/"
schedule:
interval: "weekly"