Skip to content

Commit 0c474ce

Browse files
committed
ci: prepare for v6.x branch
Signed-off-by: Rifa Achrinza <[email protected]>
1 parent 9f9f721 commit 0c474ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/continuous-integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- master
7+
- 6.x
78
- 5.x
89
pull_request:
910
branches:
1011
- master
12+
- 6.x
1113
- 5.x
1214
schedule:
1315
- cron: '0 2 * * 1' # At 02:00 on Monday

renovate.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"extends": [
33
"github>loopbackio/cicd//shared-configs/renovate/base"
44
],
5-
"baseBranches": ["master", "5.x"]
5+
"baseBranches": [
6+
"master",
7+
"6.x",
8+
"5.x"
9+
]
610
}
711

0 commit comments

Comments
 (0)