Skip to content

Commit 517e3eb

Browse files
josephperrottwagnermaciel
authored andcommitted
build: migrate to new dependabot config (#20727)
Migrates to the new dependabot config rolled out since dependabot was moved into Github. (cherry picked from commit d49a774)
1 parent 4c31400 commit 517e3eb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@
339339
/.github/** @angular/dev-infra-components
340340
/.github/CODEOWNERS @angular/dev-infra-components @jelbourn
341341
/.github/ISSUE_TEMPLATE/** @andrewseguin @jelbourn
342-
/.dependabot/** @angular/dev-infra-components
343342
/.vscode/** @angular/dev-infra-components @mmalerba
344343
/.ng-dev/** @angular/dev-infra-components
345344
/goldens/size-test.yml @jelbourn @mmalerba @crisbeto

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)