Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 270328a

Browse files
authored
Create dependabot.yml
In response to #13600. Setting a software defined policy around NPM dependencies - This is the first step to taking in inventory of dependencies
1 parent 34864ce commit 270328a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for npm
4+
- package-ecosystem: "npm"
5+
directory: "/chromium/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "06:00"
10+
assignees:
11+
- "zoracon"
12+
commit-message:
13+
prefix: "npmauto"
14+
labels:
15+
- "dependencies"
16+
pull-request-branch-name:
17+
separator: "-"
18+
reviewers:
19+
- "zoracon"
20+
versioning-strategy: widen

0 commit comments

Comments
 (0)