File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # configure updates globally
2+ update : insecure
3+
4+ # configure dependency pinning globally
5+ pin : True
6+
7+ # set the default branch
8+ branch : master
9+
10+ # update schedule
11+ schedule : " every day"
12+
13+ # search for requirement files
14+ search : True
15+
16+ # configure the branch prefix the bot is using
17+ # default: pyup-
18+ branch_prefix : pyup/
19+
20+ # set a global prefix for PRs
21+ pr_prefix : " PYUP #12345"
22+
23+ # allow to close stale PRs
24+ close_prs : True
Original file line number Diff line number Diff line change 1+ Click == 7.0
2+ requests == 2.21.0
3+ devo-sdk >= 2 ,< 3
4+ Jinja2 == 2.10
5+ psutil == 5.4.8
6+ python-dateutil == 2.7.5
7+ Faker == 1.0.1
Original file line number Diff line number Diff line change 1515 "Natural Language :: English" ,
1616 "License :: OSI Approved :: MIT License" ,
1717 "Operating System :: OS Independent" ,
18- "Programming Language :: Python" ,
1918 "Programming Language :: Python :: 3" ,
2019 "Programming Language :: Python :: 3.3" ,
2120 "Programming Language :: Python :: 3.4" ,
You can’t perform that action at this time.
0 commit comments