Skip to content

Commit c7cdd4b

Browse files
committed
chore: update dependabot.yml
1 parent c66e629 commit c7cdd4b

File tree

1 file changed

+40
-5
lines changed

1 file changed

+40
-5
lines changed

.github/dependabot.yml

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
4-
directory: "/"
3+
# Maintain dependencies for npm.
4+
- package-ecosystem: 'npm'
5+
assignees:
6+
- 'lumirlumir'
7+
# Specify all directories from the current layer and below recursively, using globstar, for locations of manifest files.
8+
directories:
9+
- '**/*'
10+
groups:
11+
react:
12+
patterns:
13+
- 'react'
14+
- 'react-dom'
15+
next:
16+
patterns:
17+
- 'next'
18+
- '@next/*'
19+
reviewers:
20+
- 'lumirlumir'
521
schedule:
6-
interval: "weekly"
7-
# Disable Dependabot. Doing it here so it propagates to translation forks.
8-
open-pull-requests-limit: 0
22+
interval: 'daily'
23+
time: '10:00'
24+
timezone: 'Asia/Seoul'
25+
pull-request-branch-name:
26+
separator: '-'
27+
versioning-strategy: 'increase'
28+
29+
# Maintain dependencies for GitHub Actions.
30+
- package-ecosystem: 'github-actions'
31+
assignees:
32+
- 'lumirlumir'
33+
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
34+
directory: '/'
35+
reviewers:
36+
- 'lumirlumir'
37+
schedule:
38+
interval: 'weekly'
39+
day: 'monday'
40+
time: '10:00'
41+
timezone: 'Asia/Seoul'
42+
pull-request-branch-name:
43+
separator: '-'

0 commit comments

Comments
 (0)