Configures dependabot to ignore djangorestframework specific versions (#6967)

This commit is contained in:
Trenton H 2024-06-11 14:36:43 -07:00 committed by GitHub
parent ebfb72a691
commit 5bd248578a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,10 @@ updates:
- "paperless-ngx/backend"
ignore:
- dependency-name: "uvicorn"
- dependency-name: "djangorestframework"
versions:
- "3.15.0"
- "3.15.1"
groups:
development:
patterns: