Skip to content

Commit a62c1c4

Browse files
josephperrottmatsko
authored andcommitted
build: migrate ng-dev config to .ng-dev directory (angular#37142)
Migrate to using .ng-dev directory for ng-dev configuration to allow better management of the configuration using multiple files. The intention is to prevent the config file from becoming unruly. PR Close angular#37142
1 parent 3d154ab commit a62c1c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ng-dev-config.ts renamed to .ng-dev/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {MergeConfig} from './dev-infra/pr/merge/config';
1+
import {MergeConfig} from '../dev-infra/pr/merge/config';
22

33
// The configuration for `ng-dev commit-message` commands.
44
const commitMessage = {

.pullapprove.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ groups:
953953
'.circleci/**',
954954
'.devcontainer/**',
955955
'.github/**',
956+
'.ng-dev/**',
956957
'.vscode/**',
957958
'.yarn/**',
958959
'dev-infra/**',

0 commit comments

Comments
 (0)