File tree 3 files changed +7
-22
lines changed
3 files changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -5,35 +5,20 @@ updates:
5
5
directory : " /"
6
6
schedule :
7
7
interval : " daily"
8
- - package-ecosystem : " pip"
9
- directory : " /decrypt_oracle"
10
- schedule :
11
- interval : " daily"
12
8
13
9
# mainline-1.x
14
10
- package-ecosystem : " pip"
15
11
directory : " /"
16
12
schedule :
17
13
interval : " daily"
18
14
target-branch : " mainline-1.x"
19
- - package-ecosystem : " pip"
20
- directory : " /decrypt_oracle"
21
- schedule :
22
- interval : " daily"
23
- target-branch : " mainline-1.x"
24
15
25
16
# mainline-2.x
26
17
- package-ecosystem : " pip"
27
18
directory : " /"
28
19
schedule :
29
20
interval : " daily"
30
21
target-branch : " mainline-2.x"
31
- # decrypt_oracle
32
- - package-ecosystem : " pip"
33
- directory : " /decrypt_oracle"
34
- schedule :
35
- interval : " daily"
36
- target-branch : " mainline-2.x"
37
22
38
23
# Github Actions
39
24
- package-ecosystem : " github-actions"
Original file line number Diff line number Diff line change 1
1
# Requirements for actual package
2
- chalice==1.26.2
3
- aws-encryption-sdk==3.1.0
2
+ chalice
3
+ aws-encryption-sdk
Original file line number Diff line number Diff line change 1
- mock == 4.0.3
2
- pytest == 6.2.5
3
- pytest-cov == 3.0.0
4
- pytest-mock == 3.6.1
5
- requests == 2.26.0
1
+ mock
2
+ pytest >= 3.3.1
3
+ pytest-cov
4
+ pytest-mock
5
+ requests
You can’t perform that action at this time.
0 commit comments