Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
settings/renovate: enable updating py packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzylogic2000 committed Aug 12, 2022
1 parent df7774c commit 286ba54
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .pyup.yml

This file was deleted.

12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,18 @@
{
"packagePatterns": ["^eslint"],
"groupName": "eslint packages"
},
{
"matchPackageNames": ["Django"],
"allowedVersions": "=3.2"
},
{
"matchPackageNames": ["psycopg2-binary"],
"allowedVersions": "=2.8"
}
],

"schedule": ["on thursday"]
"pip_requirements": {
"fileMatch": ["^requirements/.*\\.txt$"]
}
}
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ whitenoise==6.0.0

# Inherited a4-core requirements
bleach==4.1.0
Django==3.2.13 # pyup: <3.3
Django==3.2.13
django-allauth==0.50.0
django-autoslug==1.9.8
django-background-tasks==1.2.5
Expand All @@ -32,7 +32,7 @@ djangorestframework==3.13.1
easy-thumbnails==2.8.1
html5lib==1.1
jsonfield==3.1.0
psycopg2-binary==2.8.6 # pyup: <2.9
psycopg2-binary==2.8.6
python-dateutil==2.8.2
python-magic==0.4.25
rules==3.3
Expand Down

0 comments on commit 286ba54

Please sign in to comment.