From a004dfbf5070b2d8e311e094a98d2c7570e04f67 Mon Sep 17 00:00:00 2001 From: Stanislav Bebej Date: Mon, 9 Dec 2024 09:25:23 +0100 Subject: [PATCH] chore: group dependabot updates --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d8b8b3..339e347 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,22 @@ -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - commit-message: prefix: fix(actions) - directory: "/" # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) + directory: / package-ecosystem: github-actions schedule: interval: monthly + groups: + actions-deps: + patterns: + - '*' - commit-message: prefix: fix(docker) directory: / package-ecosystem: docker schedule: interval: monthly + groups: + docker-deps: + patterns: + - '*'