Skip to content

Commit 5391d91

Browse files
authored
Update dependabot.yml
1 parent 51d2c1b commit 5391d91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "npm"
9-
directory: "/"
3+
- package-ecosystem: "npm" # See documentation for possible values
4+
directory: "/" # Location of package manifests
105
schedule:
116
interval: "weekly"
12-
reviewers:
7+
reviewers:
138
- "bradp"
149
versioning-strategy: increase
10+
groups:
11+
dev-dependencies:
12+
applies-to: version-updates
13+
patterns:
14+
- "*"

0 commit comments

Comments
 (0)