Skip to content

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 9ee5ad4 commit 34f981d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .pyup.yml

This file was deleted.

8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@
{
"matchPackageNames": ["mapbox-gl"],
"enabled": false
},
{
"matchPackageNames": ["Django"],
"allowedVersions": "=3.2"
}
],

"schedule": ["on tuesday"]
"pip_requirements": {
"fileMatch": ["^requirements/.*\\.txt$"]
}
}
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ zeep==4.1.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
git+https://github.com/fuzzylogic2000/django-autoslug.git@master#egg=django-autoslug
django-background-tasks==1.2.5
Expand Down

0 comments on commit 34f981d

Please sign in to comment.