From 142bb48eb1758220ad6e4fc70091463311732ab8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:27:53 +0000 Subject: [PATCH] feat: Add npm dependency monitoring for scripts/validate-form Co-authored-by: sxyazi <17523360+sxyazi@users.noreply.github.com> --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e7665952..e73879f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,6 +54,22 @@ updates: prefix: "ci" include: "scope" + # NPM dependencies + - package-ecosystem: "npm" + directory: "/scripts/validate-form" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 5 + reviewers: + - "sxyazi" + assignees: + - "sxyazi" + commit-message: + prefix: "deps" + include: "scope" + # Nix dependencies - package-ecosystem: "nix" directory: "/"