mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Switch to dependabot for template & docs deps updates
This enables us to use a separate label
This commit is contained in:
parent
0ca9be321a
commit
37f974157b
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
|
@ -3,6 +3,22 @@
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
|
# Update Python deps for the template (not the generated project)
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- "project infrastructure"
|
||||||
|
|
||||||
|
# Update Python deps for the documentation
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "docs/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
labels:
|
||||||
|
- "project infrastructure"
|
||||||
|
|
||||||
# Update GitHub actions in workflows
|
# Update GitHub actions in workflows
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|
|
@ -14,8 +14,6 @@ pin: True
|
||||||
label_prs: update
|
label_prs: update
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
- "requirements.txt"
|
|
||||||
- "docs/requirements.txt"
|
|
||||||
- "{{cookiecutter.project_slug}}/requirements/base.txt"
|
- "{{cookiecutter.project_slug}}/requirements/base.txt"
|
||||||
- "{{cookiecutter.project_slug}}/requirements/local.txt"
|
- "{{cookiecutter.project_slug}}/requirements/local.txt"
|
||||||
- "{{cookiecutter.project_slug}}/requirements/production.txt"
|
- "{{cookiecutter.project_slug}}/requirements/production.txt"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user