File tree 4 files changed +19
-18
lines changed
{{cookiecutter.project_slug}}/requirements
4 files changed +19
-18
lines changed Original file line number Diff line number Diff line change
1
+ version : 1
2
+ update_configs :
3
+ - package_manager : " python"
4
+ directory : " /"
5
+ update_schedule : " weekly"
6
+ default_labels :
7
+ - " dependency update"
8
+ default_assignees :
9
+ - " luzfcb"
10
+ - package_manager : " python"
11
+ directory : " /{{cookiecutter.project_slug}}/requirements"
12
+ update_schedule : " weekly"
13
+ default_labels :
14
+ - " dependency update"
15
+ default_assignees :
16
+ - " luzfcb"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
5
5
### Changed
6
6
- Fixed misformatted unidecode version number - [ @luzfcb ] ( https://github.com/luzfcb )
7
7
- Added a link to django-autoslug repository on the base.txt - [ @luzfcb ] ( https://github.com/luzfcb )
8
+ - Added dependabot configuration file - [ @luzfcb ] ( https://github.com/luzfcb )
9
+ - Removed PyUP configuration file - [ @luzfcb ] ( https://github.com/luzfcb )
8
10
9
11
## [ 2020-02-18]
10
12
### Changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ unidecode==1.1.1 # https://pypi.org/project/Unidecode/
7
7
8
8
# Django
9
9
# ------------------------------------------------------------------------------
10
- django==3.0.2 # pyup: < 3.0 # https://www.djangoproject.com/
10
+ django==3.0.2 # https://www.djangoproject.com/
11
11
django-environ==0.4.5 # https://github.com/joke2k/django-environ
12
12
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
13
13
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
You can’t perform that action at this time.
0 commit comments