You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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'
5
21
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: "/"`.)
0 commit comments