Skip to content

Commit bf53557

Browse files
committed
Add dependabot configuration file
Remove PyUP configuration file
1 parent edaba2d commit bf53557

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

.dependabot/config.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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"

.pyup.yml

-17
This file was deleted.

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
55
### Changed
66
- Fixed misformatted unidecode version number - [@luzfcb](https://github.com/luzfcb)
77
- 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)
810

911
## [2020-02-18]
1012
### Changed

{{cookiecutter.project_slug}}/requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ unidecode==1.1.1 # https://pypi.org/project/Unidecode/
77

88
# Django
99
# ------------------------------------------------------------------------------
10-
django==3.0.2 # pyup: < 3.0 # https://www.djangoproject.com/
10+
django==3.0.2 # https://www.djangoproject.com/
1111
django-environ==0.4.5 # https://github.com/joke2k/django-environ
1212
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
1313
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth

0 commit comments

Comments
 (0)