From 8df17a76b87c4f8620aad83869fe5769449e7bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Sun, 7 Jun 2026 11:15:14 +0200 Subject: [PATCH] chore(dependabot): group dependency updates into single PRs per ecosystem --- .github/dependabot.yml | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41a5d9b..aa13572 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,32 @@ version: 2 + updates: - - package-ecosystem: "github-actions" + - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "daily" + open-pull-requests-limit: 1 + groups: + go-dependencies: + patterns: + - "*" - - package-ecosystem: "gomod" + - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1 + groups: + docker-dependencies: + patterns: + - "*" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 1 groups: - patch-updates: - update-types: - - "patch" - dminor-updates: - update-types: - - "minor" + github-actions-dependencies: + patterns: + - "*"