Skip to content

Commit ad0c2b9

Browse files
committed
fixup! build: update cross-repo angular dependencies
1 parent e20812f commit ad0c2b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ng-dev/github.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
/**
22
* Github configuration for the ng-dev command. This repository is
33
* used as remote for the merge script.
4-
*
4+
*
55
* @type { import("@angular/ng-dev").GithubConfig }
66
*/
77
export const github = {
88
owner: 'angular',
99
name: 'angular-cli',
1010
mainBranchName: 'main',
1111
useNgDevAuthService: true,
12+
mergeMode: 'team-only',
1213
};

0 commit comments

Comments
 (0)