File tree 6 files changed +12
-6
lines changed
6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 2
2
version : 2
3
3
updates :
4
4
- package-ecosystem : pip
5
- directory : /
5
+ directory : /dependencies/default
6
6
schedule :
7
- interval : daily
7
+ interval : weekly
8
+ open-pull-requests-limit : 10
9
+ target-branch : master
10
+ - package-ecosystem : pip
11
+ directory : /dependencies/pytest-min
12
+ schedule :
13
+ interval : weekly
8
14
open-pull-requests-limit : 10
9
15
target-branch : master
10
16
- package-ecosystem : github-actions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ passenv =
8
8
[testenv]
9
9
extras = testing
10
10
deps =
11
- --requirement requirements.txt
12
- --constraint constraints.txt
11
+ --requirement dependencies/default/ requirements.txt
12
+ --constraint dependencies/default/ constraints.txt
13
13
commands = make test
14
14
allowlist_externals =
15
15
make
16
16
17
17
[testenv:pytest-min]
18
18
extras = testing
19
19
deps =
20
- --requirement pytest-min- requirements.txt
21
- --constraint pytest-min- constraints.txt
20
+ --requirement dependencies/ pytest-min/ requirements.txt
21
+ --constraint dependencies/ pytest-min/ constraints.txt
22
22
commands = make test
23
23
allowlist_externals =
24
24
make
You can’t perform that action at this time.
0 commit comments