File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
version : 2
7
7
updates :
8
- - package-ecosystem : " pip" # See documentation for possible values
8
+ - package-ecosystem : " pip"
9
9
directory : " /rates" # Location of package manifests
10
10
schedule :
11
11
interval : " weekly"
12
- - package-ecosystem : " github-actions" # See documentation for possible values
12
+ groups :
13
+ python-dependencies :
14
+ applies-to : version-updates
15
+ patterns :
16
+ - " *"
17
+
18
+ - package-ecosystem : " github-actions"
13
19
directory : " /" # Location of package manifests
14
20
schedule :
15
- interval : " daily"
21
+ interval : " weekly"
22
+ groups :
23
+ github-actions-dependencies :
24
+ applies-to : version-updates
25
+ patterns :
26
+ - " *"
27
+
28
+ - package-ecosystem : ' gomod'
29
+ directory : " infrastructure/bootstrap/tests/unit" # Location of package manifests
30
+ schedule :
31
+ interval : " weekly"
32
+ groups :
33
+ github-actions-dependencies :
34
+ applies-to : version-updates
35
+ patterns :
36
+ - " *"
You can’t perform that action at this time.
0 commit comments