Dependabot 'ignore django' rule: give up, try via requirements.txt itself

This commit is contained in:
Klaas van Schelven
2025-01-30 14:36:01 +01:00
parent 7012dc07f1
commit 4d0310c65b
2 changed files with 1 additions and 5 deletions

View File

@@ -9,7 +9,3 @@ updates:
python-packages:
patterns:
- "*"
ignore:
# Let's keep Django at 4.2 until a new LTS comes along
- dependency-name: "django"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

View File

@@ -1,5 +1,5 @@
gunicorn
Django==4.2.*
Django>=4.2.*,<5
sentry-sdk>=2.15.0
django-tailwind==3.6.*
jsonschema==4.19.*