mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Dependabot 'ignore django' rule: final try, using explicit version-range to ignore
This commit is contained in:
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
@@ -9,3 +9,8 @@ updates:
|
||||
python-packages:
|
||||
patterns:
|
||||
- "*"
|
||||
ignore:
|
||||
# Let's keep Django at 4.2 until a new LTS comes along
|
||||
- dependency-name: "django"
|
||||
versions:
|
||||
- ">=5.0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
gunicorn
|
||||
Django>=4.2.*,<5
|
||||
Django==4.2.*
|
||||
sentry-sdk>=2.15.0
|
||||
django-tailwind==3.6.*
|
||||
jsonschema==4.19.*
|
||||
|
||||
Reference in New Issue
Block a user