From 3807f1ca288c57a97a52388f239c0ac0825caaaa Mon Sep 17 00:00:00 2001 From: Souradip Ghosh Date: Fri, 5 Sep 2025 12:54:56 +0530 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bd39ea..8da9f7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,11 @@ updates: schedule: interval: "daily" # Change this to "daily" or "monthly" as required open-pull-requests-limit: 4 + groups: + security-updates: + pattern: ".*" # Groups all security updates into one PR + update-types: + - "security" ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] # Ignores major version updates