From af45205b3f67518937a358a1a21b36f364e8d431 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Fri, 8 May 2026 18:16:37 +0100 Subject: [PATCH] Add dependabot npm config for s3-browser extension The previous edit inserted the new npm ecosystem entry at the wrong YAML indentation level, leaving /assets with an empty ignore list and nesting the s3-browser entry incorrectly. Fix: restore the live_toast ignore under /assets, and add .pi/extensions/s3-browser as a proper top-level updates entry. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08539bab..4b1e37d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,6 +44,13 @@ updates: - cloud8421 ignore: - dependency-name: "live_toast" +- package-ecosystem: npm + directory: ".pi/extensions/s3-browser" + schedule: + interval: daily + open-pull-requests-limit: 10 + assignees: + - cloud8421 - package-ecosystem: docker directory: / schedule: