mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
21 lines
567 B
YAML
21 lines
567 B
YAML
# Config for Dependabot updates. See Documentation here:
|
|
# https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
|
|
|
version: 2
|
|
updates:
|
|
# Update GitHub actions in workflows
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "update"
|
|
|
|
# Update npm packages
|
|
- package-ecosystem: "npm"
|
|
directory: "{{cookiecutter.project_slug}}/"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "update"
|