diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8205ce1b55db1..30200bc8327a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -163,7 +163,10 @@ updates: # frontend dependencies - package-ecosystem: npm target-branch: stable33 - directory: "/" + directories: + - "/" + - "/build/frontend" + - "/build/frontend-legacy" schedule: interval: weekly day: saturday