mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-03-12 23:35:56 +03:00
Enable uv updates for Dependabot (#5716)
This commit is contained in:
parent
16488dd0cf
commit
e4ee6565ef
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -2,23 +2,16 @@
|
||||||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
enable-beta-ecosystems: true
|
||||||
updates:
|
updates:
|
||||||
# Update Python deps for the template (not the generated project)
|
# Update Python deps for the template (not the generated project)
|
||||||
- package-ecosystem: "pip"
|
- package-ecosystem: "uv"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
labels:
|
||||||
- "project infrastructure"
|
- "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: "/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user