Skip to content

Commit b427da6

Browse files
authored
Update dependabot.yml
1 parent 0f038a4 commit b427da6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4+
commit-message:
5+
prefix: "fix(deps)"
6+
update-lockfile: true
47
directory: "/"
58
schedule:
69
interval: weekly
@@ -20,6 +23,9 @@ updates:
2023
- dlabaj
2124

2225
- package-ecosystem: npm
26+
commit-message:
27+
prefix: "fix(deps)"
28+
update-lockfile: true
2329
directory: "/packages/module"
2430
schedule:
2531
interval: weekly
@@ -38,4 +44,4 @@ updates:
3844
reviewers:
3945
- fhlavac
4046
- nicolethoen
41-
- dlabaj
47+
- dlabaj

0 commit comments

Comments
 (0)