Skip to content

Commit eec963d

Browse files
committed
ci(dependabot): enable dependency updates
1 parent 8b4c1d2 commit eec963d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@ updates:
1212
update-types: ["major"]
1313
commit-message:
1414
prefix: "ci"
15+
- package-ecosystem: npm
16+
directory: /
17+
schedule:
18+
interval: weekly
19+
day: monday
20+
groups:
21+
npm-patch-minor:
22+
update-types: ["patch", "minor"]
23+
npm-major:
24+
update-types: ["major"]
25+
commit-message:
26+
prefix: "chore"

0 commit comments

Comments
 (0)