diff --git a/.ng-dev-config.ts b/.ng-dev/config.ts similarity index 98% rename from .ng-dev-config.ts rename to .ng-dev/config.ts index a85ef0e1ab..a4fdf0fbc1 100644 --- a/.ng-dev-config.ts +++ b/.ng-dev/config.ts @@ -1,4 +1,4 @@ -import {MergeConfig} from './dev-infra/pr/merge/config'; +import {MergeConfig} from '../dev-infra/pr/merge/config'; // The configuration for `ng-dev commit-message` commands. const commitMessage = { diff --git a/.pullapprove.yml b/.pullapprove.yml index b889e340d4..28f315de51 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -953,6 +953,7 @@ groups: '.circleci/**', '.devcontainer/**', '.github/**', + '.ng-dev/**', '.vscode/**', '.yarn/**', 'dev-infra/**',