From 92d611df9a84e7e0657954a3c5040e56acdbfaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Sun, 7 Jun 2026 11:10:53 +0200 Subject: [PATCH] chore(dependabot): group dependency updates into single PRs per ecosystem --- .github/dependabot.yml | 48 +++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 29 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 685be384c..b3dc38d09 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,52 +1,42 @@ version: 2 + updates: - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1 groups: - dev-patch-updates: - dependency-type: "development" - update-types: - - "patch" - dev-minor-updates: - dependency-type: "development" - update-types: - - "minor" - prod-patch-updates: - dependency-type: "production" - update-types: - - "patch" - prod-minor-updates: - dependency-type: "production" - update-types: - - "minor" - + npm-dependencies: + patterns: + - "*" + - package-ecosystem: "docker" directory: "/" schedule: interval: "daily" + open-pull-requests-limit: 1 groups: - patch-updates: - update-types: - - "patch" - minor-updates: - update-types: - - "minor" + docker-dependencies: + patterns: + - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 1 + groups: + github-actions-dependencies: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/install" schedule: interval: "daily" + open-pull-requests-limit: 1 groups: - patch-updates: - update-types: - - "patch" - minor-updates: - update-types: - - "minor" + go-install-dependencies: + patterns: + - "*"