Skip to content

Commit 38068c3

Browse files
Update dependabot.yml
1 parent cfabc2d commit 38068c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ updates:
1414
interval: 'daily'
1515

1616
- package-ecosystem: 'docker' # See documentation for possible values
17-
directory: './src/frontend' # Location of package manifests
17+
directory: './src/frontend/build/' # Location of package manifests
1818
open-pull-requests-limit: 100
1919
schedule:
2020
interval: 'daily'
2121

22+
2223
## BACKEND
2324

2425
- package-ecosystem: 'uv' # See documentation for possible values

0 commit comments

Comments
 (0)