Skip to content

Commit 6daa475

Browse files
authored
Modify dependabot.yaml to specify directories
Updated directories for npm and docker package ecosystems in dependabot configuration.
1 parent 945c478 commit 6daa475

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ multi-ecosystem-groups:
77
- "*"
88
updates:
99
- package-ecosystem: "npm"
10-
directory: "/"
10+
directory: "/frontend"
1111
multi-ecosystem-group: "all-dependencies"
1212
patterns:
1313
- "*"
@@ -27,7 +27,10 @@ updates:
2727
patterns:
2828
- "*"
2929
- package-ecosystem: "docker"
30-
directory: "/"
30+
directories:
31+
- "/frontend"
32+
- "/backend"
33+
- "/db"
3134
multi-ecosystem-group: "all-dependencies"
3235
patterns:
3336
- "*"

0 commit comments

Comments
 (0)