From 2db5b15e83508509e9889023e0b8e151fc57ad03 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 29 Aug 2023 10:56:28 +0300 Subject: [PATCH] ci: Group dependabot updates Signed-off-by: Stefan Prodan --- .github/dependabot.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9532623c..e07776c5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,6 +3,14 @@ version: 2 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. + # By default, this will be on a monday. interval: "weekly"