Skip to content

Commit 6efd6ff

Browse files
committed
chore(github): update dependabot config
1 parent 1253af6 commit 6efd6ff

File tree

1 file changed

+55
-4
lines changed

1 file changed

+55
-4
lines changed

.github/dependabot.yml

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,66 @@
11
version: 2
22
updates:
3+
# Maintain dependencies for root of repository
34
- package-ecosystem: "npm"
5+
# Raise pull requests to update vendored dependencies that are checked in to the repository
6+
vendor: true
47
directory: "/"
58
schedule:
69
interval: "daily"
710
time: "11:00"
811
timezone: "Asia/Seoul"
9-
target-branch: "exp"
1012
reviewers:
11-
- "jwoo0122"
13+
- "sungik-choi"
1214
commit-message:
13-
prefix: "[Dependency]"
15+
prefix: "chore"
16+
include: "scope"
1417
labels:
15-
- "dependency updates"
18+
- "dependencies"
19+
20+
# Maintain dependencies for bezier-react package
21+
- package-ecosystem: "npm"
22+
directory: "/packages/bezier-react"
23+
schedule:
24+
interval: "daily"
25+
time: "11:00"
26+
timezone: "Asia/Seoul"
27+
reviewers:
28+
- "sungik-choi"
29+
commit-message:
30+
prefix: "chore"
31+
include: "scope"
32+
labels:
33+
- "dependencies"
34+
35+
# Maintain dependencies for bezier-figma-plugin package
36+
- package-ecosystem: "npm"
37+
directory: "/packages/bezier-figma-plugin"
38+
schedule:
39+
interval: "daily"
40+
time: "11:00"
41+
timezone: "Asia/Seoul"
42+
reviewers:
43+
- "sungik-choi"
44+
commit-message:
45+
prefix: "chore"
46+
include: "scope"
47+
labels:
48+
- "dependencies"
49+
- "bezier-figma-plugin"
50+
51+
# Maintain dependencies for GitHub Actions
52+
- package-ecosystem: "github-actions"
53+
# Workflow files stored in the default location of `.github/workflows`
54+
directory: "/"
55+
schedule:
56+
interval: "weekly"
57+
time: "11:00"
58+
timezone: "Asia/Seoul"
59+
reviewers:
60+
- "sungik-choi"
61+
commit-message:
62+
prefix: "ci"
63+
include: "scope"
64+
labels:
65+
- "dependencies"
66+
- "ci"

0 commit comments

Comments
 (0)