From 8cc86fd60eecc366537d0bd8dc1a615a4677f980 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sat, 4 Jul 2026 20:54:55 +0200 Subject: [PATCH] ci(dependabot): restore build/frontend dirs for stable33 npm updates The stable34 config update (4c697c78) rewrote the stable33 npm entry from the older-stable template, dropping /build/frontend and /build/frontend-legacy which do exist on stable33. As a result Dependabot can no longer maintain or recreate PRs in those directories (e.g. #60050). Signed-off-by: Andy Scherzinger Co-Authored-By: Claude Fable 5 --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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