File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
workflow-templates/assets/dependabot Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 9
9
directory : /.github/workflows/
10
10
open-pull-requests-limit : 100
11
11
schedule :
12
- interval : daily
12
+ cronjob : 0 12 * * *
13
+ interval : cron
13
14
labels :
14
15
- " topic: infrastructure"
15
16
assignees :
@@ -20,7 +21,8 @@ updates:
20
21
directory : /workflow-templates/
21
22
open-pull-requests-limit : 100
22
23
schedule :
23
- interval : daily
24
+ cronjob : 0 13 * * *
25
+ interval : cron
24
26
labels :
25
27
- " topic: infrastructure"
26
28
assignees :
@@ -30,7 +32,8 @@ updates:
30
32
directory : /
31
33
open-pull-requests-limit : 100
32
34
schedule :
33
- interval : daily
35
+ cronjob : 0 14 * * *
36
+ interval : cron
34
37
labels :
35
38
- " topic: infrastructure"
36
39
assignees :
@@ -40,7 +43,8 @@ updates:
40
43
directory : /
41
44
open-pull-requests-limit : 100
42
45
schedule :
43
- interval : daily
46
+ cronjob : 0 15 * * *
47
+ interval : cron
44
48
labels :
45
49
- " topic: infrastructure"
46
50
assignees :
Original file line number Diff line number Diff line change 8
8
- package-ecosystem : github-actions
9
9
directory : /.github/workflows/
10
10
schedule :
11
- interval : daily
11
+ cronjob : 0 12 * * *
12
+ interval : cron
12
13
labels :
13
14
- " topic: infrastructure"
You can’t perform that action at this time.
0 commit comments