Skip to content

Commit cd701b2

Browse files
authored
chore: Use dependabot for NPM packages too (#94)
1 parent 7fa012e commit cd701b2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ updates:
55
schedule:
66
# Check for updates to GitHub Actions every week
77
interval: "weekly"
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
allow:
13+
- dependency-type: "all"
14+
groups:
15+
minor:
16+
update-types:
17+
- "minor"
18+
- "patch"

0 commit comments

Comments
 (0)