From 5b5809585adfeff6612d202e8b5abe3334fa1e10 Mon Sep 17 00:00:00 2001 From: DrillableBit <94070914+DrillableBit@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:30:19 +0100 Subject: [PATCH] adding *security* pattern --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6420eb90..eedd3844 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,16 +8,15 @@ updates: open-pull-requests-limit: 10 # Frontend dependencies (security updates grouped) - - package-ecosystem: npm + - package-ecosystem: "npm" directory: "/frontend" schedule: - interval: daily + interval: "daily" open-pull-requests-limit: 10 groups: security-updates: - applies-to: security-updates patterns: - - "*" + - "*security*" # Frontend dependencies (security updates grouped) # - package-ecosystem: npm