Setup Dependabot for automating dependencies updates (#9885)

Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
This commit is contained in:
Pravin 2026-02-05 19:57:45 +05:30 committed by GitHub
parent 64f6580bf3
commit e49d025f2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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