From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 11 Jun 2024 21:36:43 +0000 (-0700) Subject: Configures dependabot to ignore djangorestframework specific versions (#6967) X-Git-Tag: v2.10.0~1^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bd248578a4c3a8d9ec70f6a03f3dcc6abc481c7;p=thirdparty%2Fpaperless-ngx.git Configures dependabot to ignore djangorestframework specific versions (#6967) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ed22b439d..cf9d7201cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: