From 628664d5878d8bdf86bc87ef73b9db52b9eec5a1 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 15 Oct 2025 13:26:02 -0400 Subject: [PATCH] ci(dependabot): Update config and add groups (#112454) Signed-off-by: Dave Henderson --- .github/dependabot.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c62ef810eb..0f7096c314b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,14 @@ version: 2 updates: - package-ecosystem: "github-actions" + commit-message: + prefix: deps(actions) directory: "/" schedule: interval: "daily" - package-ecosystem: "gomod" + commit-message: + prefix: deps(go) directories: - "/" - "/apps/playlist" @@ -25,8 +29,22 @@ updates: interval: "daily" time: "02:00" timezone: Etc/UTC - open-pull-requests-limit: 10 + open-pull-requests-limit: 20 + # group some updates together for easier review + groups: + go.opentelemetry.io: + patterns: + - "go.opentelemetry.io/*" + k8s.io: + patterns: + - "k8s.io/*" + aws-sdk-go: + patterns: + - "github.com/aws/aws-sdk-go*" + - "github.com/aws/smithy-go" - package-ecosystem: "docker" + commit-message: + prefix: deps(docker) directories: - "/" - "/packaging/docker/custom" @@ -35,4 +53,4 @@ updates: interval: "daily" time: "02:00" timezone: Etc/UTC - open-pull-requests-limit: 10 + open-pull-requests-limit: 20