cookiecutter-django/.github/dependabot.yml
2021-01-31 18:11:23 +00:00

13 lines
348 B
YAML

# Config for Dependabot updates. See Documentation here:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Update Github actions in workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "update"