Skip to content

Commit 3faed45

Browse files
committed
dependabot: only update direct dependencies
1 parent 7ff2181 commit 3faed45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ updates:
66
schedule:
77
interval: "daily"
88
allow:
9-
- dependency-type: "production"
9+
- dependency-type: "direct"
1010

1111
- package-ecosystem: "npm"
1212
directory: "/backend"
1313
schedule:
1414
interval: "daily"
1515
allow:
16-
- dependency-type: "production"
16+
- dependency-type: "direct"
1717

1818
- package-ecosystem: "npm"
1919
directory: "/shared"
2020
schedule:
2121
interval: "daily"
2222
allow:
23-
- dependency-type: "production"
23+
- dependency-type: "direct"
2424

2525
- package-ecosystem: "npm"
2626
directory: "/dashboard"
2727
schedule:
2828
interval: "daily"
2929
allow:
30-
- dependency-type: "production"
30+
- dependency-type: "direct"

0 commit comments

Comments
 (0)