File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,14 @@ updates:
10
10
- ' /'
11
11
- ' /data/zip-download'
12
12
schedule :
13
- interval : ' weekly'
14
- day : ' tuesday'
15
- time : ' 03:00'
13
+ interval : ' cron'
14
+ cronjob : ' 0 3 */2 * 2'
16
15
timezone : ' Europe/London'
17
16
assignees : ['cmenon12']
17
+ labels :
18
+ - ' dependencies'
19
+ open-pull-requests-limit : 5
20
+ rebase-strategy : ' auto'
18
21
commit-message :
19
22
include : ' scope'
20
23
prefix : ' '
@@ -24,10 +27,6 @@ updates:
24
27
- ' *'
25
28
update-types :
26
29
- ' minor'
27
- labels :
28
- - ' dependencies'
29
- open-pull-requests-limit : 5
30
- rebase-strategy : ' auto'
31
30
ignore :
32
31
# Ignore all patch updates
33
32
- dependency-name : ' *'
@@ -42,9 +41,10 @@ updates:
42
41
- package-ecosystem : ' github-actions'
43
42
directory : ' /'
44
43
schedule :
45
- interval : ' daily '
46
- time : ' 03:00 '
44
+ interval : ' cron '
45
+ cronjob : ' 0 3 */2 * 2 '
47
46
timezone : ' Europe/London'
47
+ assignees : ['cmenon12']
48
48
labels :
49
49
- ' dependencies'
50
50
open-pull-requests-limit : 5
You can’t perform that action at this time.
0 commit comments