Skip to content

Commit

Permalink
ci: prepare for v6.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed Oct 24, 2022
1 parent 9f9f721 commit 0c474ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- master
- 6.x
- 5.x
pull_request:
branches:
- master
- 6.x
- 5.x
schedule:
- cron: '0 2 * * 1' # At 02:00 on Monday
Expand Down
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"extends": [
"github>loopbackio/cicd//shared-configs/renovate/base"
],
"baseBranches": ["master", "5.x"]
"baseBranches": [
"master",
"6.x",
"5.x"
]
}

0 comments on commit 0c474ce

Please sign in to comment.