Skip to content

Commit bfba80e

Browse files
ci(github): add optional fields to dependabot.yml
1 parent ebf78c1 commit bfba80e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/dependabot.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: 'npm' # See documentation for possible values
9-
directory: '/' # Location of package manifests
8+
# Required
9+
- package-ecosystem: 'npm'
10+
directory: '/'
1011
schedule:
1112
interval: 'daily'
13+
14+
# Optional
15+
assignees:
16+
- 'remarkablemark'
17+
labels:
18+
- 'dependencies'
19+
reviewers:
20+
- 'remarkablemark'

0 commit comments

Comments
 (0)