From f97143dbc901e1cd10855471e17b47931d828bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Mon, 31 Aug 2026 21:17:51 -0700 Subject: [PATCH] chore(dependabot): consolidate updates using groups --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3182670..44384c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + coatl-dev-actions: + patterns: + - "coatl-dev/actions/**" + coatl-dev-workflows: + patterns: + - "coatl-dev/workflows/**" target-branch: "8.3" labels: ["dependencies"] commit-message: @@ -14,6 +21,13 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + coatl-dev-actions: + patterns: + - "coatl-dev/actions/**" + coatl-dev-workflows: + patterns: + - "coatl-dev/workflows/**" target-branch: "8.1" labels: ["dependencies"] commit-message: