From 107298236f071c4097ce88f5bf52eaef4b02d4ad Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Mon, 5 Jan 2026 17:30:22 -0600 Subject: [PATCH] Group dependabot updates by package origin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add k8s and openshift groups to consolidate related package updates: - k8s: Groups k8s.io/* and sigs.k8s.io/* packages - openshift: Groups github.com/openshift/* packages - Updated existing groups to exclude the above patterns 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a1370742..00875aedf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,9 +19,20 @@ updates: interval: "monthly" open-pull-requests-limit: 10 groups: + k8s: + patterns: + - "k8s.io/*" + - "sigs.k8s.io/*" + openshift: + patterns: + - "github.com/openshift/*" oc-mirror-v2-version-updates: applies-to: version-updates patterns: [ "*" ] + exclude-patterns: + - "k8s.io/*" + - "sigs.k8s.io/*" + - "github.com/openshift/*" oc-mirror-v2-security-updates: applies-to: security-updates patterns: [ "*" ] \ No newline at end of file