From fe32b2162d1c3833d306720805d45a566e3edf7d Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Fri, 15 Sep 2023 12:47:27 +0530 Subject: [PATCH] ci: group depandabot updates Signed-off-by: Sanskar Jaiswal --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 718572bf2..4341dc8cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,15 @@ 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. interval: "weekly" +