From 34f7e34e53e2f02028942c375287373e9f54a0c3 Mon Sep 17 00:00:00 2001 From: Justin Carper Date: Wed, 24 Jun 2026 10:53:45 -0500 Subject: [PATCH] chore(dependabot): group @opencode-ai/* packages together @opencode-ai/plugin (dependency) and @opencode-ai/sdk (devDependency) are sibling packages that version-lock upstream. Currently split across separate Dependabot group buckets, causing drift on sequential merge. Add explicit pattern group '@opencode-ai/*' (listed before dev-dependencies group so it takes precedence) to ensure both land in one PR. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d4369b1..57b58e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: interval: "weekly" open-pull-requests-limit: 10 groups: + opencode-ai: + patterns: + - "@opencode-ai/*" dev-dependencies: dependency-type: "development"