Skip to content

Commit

Permalink
Switch to dependabot for template & docs deps updates
Browse files Browse the repository at this point in the history
This enables us to use a separate label
  • Loading branch information
browniebroke committed Feb 23, 2024
1 parent 0ca9be3 commit 4fc3aef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@

version: 2
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: "/"
schedule:
interval: "daily"
labels:
- "project infrastructure"

# Update GitHub actions in workflows
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 0 additions & 2 deletions .pyup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ pin: True
label_prs: update

requirements:
- "requirements.txt"
- "docs/requirements.txt"
- "{{cookiecutter.project_slug}}/requirements/base.txt"
- "{{cookiecutter.project_slug}}/requirements/local.txt"
- "{{cookiecutter.project_slug}}/requirements/production.txt"

0 comments on commit 4fc3aef

Please sign in to comment.