File tree Expand file tree Collapse file tree 1 file changed +32
-12
lines changed Expand file tree Collapse file tree 1 file changed +32
-12
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : docker
4
- directory : " /"
5
- schedule :
6
- interval : weekly
7
- time : ' 11:00'
8
- open-pull-requests-limit : 10
9
- - package-ecosystem : pip
10
- directory : " /"
11
- schedule :
12
- interval : daily
13
- time : ' 11:00'
14
- open-pull-requests-limit : 10
3
+
4
+ # Docker base images
5
+ - package-ecosystem : docker
6
+ directory : " /"
7
+ schedule :
8
+ interval : monthly
9
+ time : " 11:00"
10
+ open-pull-requests-limit : 25
11
+
12
+ # Python (pip) dependencies
13
+ - package-ecosystem : pip
14
+ directory : " /"
15
+ schedule :
16
+ interval : monthly
17
+ time : " 11:00"
18
+ open-pull-requests-limit : 25
19
+
20
+ # GitHub Actions workflows
21
+ - package-ecosystem : github-actions
22
+ directory : " .github/workflows"
23
+ schedule :
24
+ interval : monthly
25
+ time : " 11:00"
26
+ open-pull-requests-limit : 25
27
+
28
+ # Gradle (Java dependencies)
29
+ - package-ecosystem : gradle
30
+ directory : " /"
31
+ schedule :
32
+ interval : monthly
33
+ time : " 11:00"
34
+ open-pull-requests-limit : 25
You can’t perform that action at this time.
0 commit comments