From 203cc0aa0cd8e8be566bd0dbafc793f9669d31c5 Mon Sep 17 00:00:00 2001 From: Maijin Date: Tue, 20 Jan 2026 17:18:35 +0800 Subject: [PATCH] Merge pull request #2824 from Maijin/patch-1 Group pyasn modules and vivisect in dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31d12024..1ccd5637 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,12 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + pyasn1-updates: + patterns: + - "pyasn1" + - "pyasn1-modules" + - "vivisect" ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"]