From 7e660d4b151377b631270b4971bec284888c2a41 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 6 May 2024 10:45:33 -0700 Subject: [PATCH] Update dependabot config to group GitHub actions rolls (#2953) --- .github/dependabot.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index df4368d31..bf6b38a4d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,10 +2,13 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly labels: - - "autosubmit" - - "type-infra" + - autosubmit + groups: + github-actions: + patterns: + - "*"