mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-06 07:19:39 +03:00
Setup Dependabot for automating dependencies updates (#9885)
Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
This commit is contained in:
parent
64f6580bf3
commit
e49d025f2d
34
.github/dependabot.yml
vendored
34
.github/dependabot.yml
vendored
|
|
@ -13,3 +13,37 @@ updates:
|
|||
interval: weekly
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/"
|
||||
|
||||
groups:
|
||||
test:
|
||||
patterns:
|
||||
- "pytest*"
|
||||
- "attrs"
|
||||
- "importlib-metadata"
|
||||
- "pytz"
|
||||
|
||||
docs:
|
||||
patterns:
|
||||
- "mkdocs"
|
||||
- "pylinkvalidator"
|
||||
|
||||
optional:
|
||||
patterns:
|
||||
- "coreapi"
|
||||
- "coreschema"
|
||||
- "django-filter"
|
||||
- "django-guardian"
|
||||
- "inflection"
|
||||
- "legacy-cgi"
|
||||
- "markdown"
|
||||
- "psycopg*"
|
||||
- "pygments"
|
||||
- "pyyaml"
|
||||
|
||||
schedule:
|
||||
interval: weekly
|
||||
cooldown:
|
||||
default-days: 7
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user