Skip to content

Commit 155290b

Browse files
author
Mark Whitaker
committed
Tidy up dependabot.yml
1 parent 5f40d49 commit 155290b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Please see the documentation for all configuration options:
2-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
41
version: 2
52
updates:
6-
- package-ecosystem: "npm" # See documentation for possible values
7-
directory: "/" # Location of package manifests
3+
- package-ecosystem: npm
4+
directory: /
85
schedule:
9-
interval: "weekly"
6+
interval: weekly
107
assignees:
11-
- "markwhitaker"
8+
- markwhitaker

0 commit comments

Comments
 (0)