We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfa28c commit d49a774Copy full SHA for d49a774
.dependabot/config.yml
.github/CODEOWNERS
@@ -342,7 +342,6 @@
342
/.github/** @angular/dev-infra-components
343
/.github/CODEOWNERS @angular/dev-infra-components @jelbourn
344
/.github/ISSUE_TEMPLATE/** @andrewseguin @jelbourn
345
-/.dependabot/** @angular/dev-infra-components
346
/.vscode/** @angular/dev-infra-components @mmalerba
347
/.ng-dev/** @angular/dev-infra-components
348
/goldens/size-test.yml @jelbourn @mmalerba @crisbeto
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "npm"
5
+ directory: "/"
6
+ commit-message:
7
+ prefix: "build"
8
+ labels:
9
+ - "area: build"
10
+ - "merge ready"
11
+ - "merge safe"
12
+ - "target: patch"
0 commit comments