From e87c0d04667cbda1d62b5f60855673ee861dd10c Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 8 Nov 2024 10:11:47 -0800 Subject: [PATCH] Group dependabot docker and githubaction update PRs --- .github/dependabot.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f31d7198f59..9885c1084873 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,19 +7,24 @@ updates: directory: "/.ci" schedule: interval: "weekly" + groups: + all-docker: + patterns: [ "*" ] reviewers: - "stuartmorgan" - "ditman" labels: - "autosubmit" + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + all-github-actions: + patterns: [ "*" ] reviewers: - - "keyonghan" - - "yusuf-goog" - - "ricardoamador" + - "stuartmorgan" labels: - "team" - "team: infra"