Skip to content

Commit 35d8efa

Browse files
fix npm and docker-compose dependabot package-ecosystems
1 parent d1df85e commit 35d8efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ updates:
1616
prefix:
1717
# npm
1818
- package-ecosystem: npm
19-
directory: /
19+
directory: /frontend
2020
schedule:
2121
interval: daily
2222
commit-message:
2323
prefix:
2424
# Docker
25-
- package-ecosystem: docker
25+
- package-ecosystem: docker-compose
2626
directory: /
2727
schedule:
2828
interval: weekly

0 commit comments

Comments
 (0)