File tree 3 files changed +16
-5
lines changed
3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ schedules:
11
11
- cron : " 0 9 * * *"
12
12
branches :
13
13
include :
14
- - release/5.0
15
14
- release/6.0
15
+ - release/7.0
16
16
always : false
17
17
18
18
variables :
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
# Configure which branches trigger builds
6
- # We want to run quarantined tests on release/5 .0 and main as well as on PRs
6
+ # We want to run quarantined tests on release/6 .0 and later as well as on PRs
7
7
trigger :
8
8
batch : true
9
9
branches :
10
10
include :
11
11
- main
12
- - release/5.0
13
12
- release/6.0
13
+ - release/7.0
14
14
15
15
# Run PR validation on branches that include Helix tests
16
16
pr :
17
17
autoCancel : true
18
18
branches :
19
19
include :
20
20
- main
21
- - release/5.0
22
21
- release/6.0
22
+ - release/7.0
23
23
paths :
24
24
exclude :
25
25
- .github/*
Original file line number Diff line number Diff line change @@ -62,4 +62,15 @@ updates:
62
62
labels :
63
63
- area-infrastructure
64
64
target-branch : " release/6.0"
65
-
65
+ - package-ecosystem : " gitsubmodule"
66
+ directory : " /"
67
+ schedule :
68
+ interval : " monthly"
69
+ allow :
70
+ - dependency-type : " all"
71
+ commit-message :
72
+ prefix : " [release/7.0] "
73
+ include : scope
74
+ labels :
75
+ - area-infrastructure
76
+ target-branch : " release/7.0"
You can’t perform that action at this time.
0 commit comments