From 22b192e50399507cddf57859742b8030d7755653 Mon Sep 17 00:00:00 2001 From: "Calc.World" <119807873+CalcWorld@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:46:49 +0800 Subject: [PATCH] update dependabot.yml --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f0889c..15f29e9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,9 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "weekly" # Weekly updates + ignore: + - dependency-type: "all" # Ignore all non-security updates + labels: + - "security" # Optional: Add a label to security-related PRs + security-only: true # Focus only on security updates