From 8e61fe805cf18610a9fe363123749e44112f5a5e Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 4 Jul 2023 13:32:24 +0300 Subject: [PATCH] ci: group all GH action updates under the same PR Signed-off-by: Stefan Prodan --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e16176a..e07776c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" labels: ["area/ci", "dependencies"] + groups: + # Group all updates together, so that they are all applied in a single PR. + # Grouped updates are currently in beta and is subject to change. + # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + ci: + patterns: + - "*" schedule: # By default, this will be on a monday. interval: "weekly"