File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : pip
4
+ directory : " /"
5
+ schedule :
6
+ interval : weekly
7
+ time : " 11:00"
8
+ open-pull-requests-limit : 10
9
+ labels :
10
+ - dependencies
11
+ - backport 3.x
12
+ milestone : 3.1
13
+ ignore :
14
+ - dependency-name : django
15
+ versions :
16
+ - " < 2.1"
17
+ - " >= 3.0.a"
18
+ - " < 3.1"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ exemptLabels:
7
7
- blocker
8
8
- regression
9
9
- security
10
+ - major
10
11
- gnip
11
12
# Label to use when marking an issue as stale
12
13
staleLabel : wontfix
@@ -16,4 +17,4 @@ markComment: >
16
17
recent activity. It will be closed if no further activity occurs. Thank you
17
18
for your contributions.
18
19
# Comment to post when closing a stale issue. Set to `false` to disable
19
- closeComment : false
20
+ closeComment : true
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ exclude = '''
15
15
'''
16
16
17
17
[build-system ]
18
- requires = [" setuptools >= 40.8" , " pip >= 19.1" ]
18
+ requires = [" setuptools >= 40.8" , " pip >= 19.1" , " wheel " ]
19
19
build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments