From e87c0d04667cbda1d62b5f60855673ee861dd10c Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 8 Nov 2024 10:11:47 -0800 Subject: [PATCH 1/2] 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" From 7d2f2d23e4cc6a4423da0de5269320657b6647e5 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 8 Nov 2024 10:20:26 -0800 Subject: [PATCH 2/2] Remove docker --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9885c1084873..6e571bc14b06 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,19 +3,6 @@ version: 2 updates: - - package-ecosystem: "docker" - directory: "/.ci" - schedule: - interval: "weekly" - groups: - all-docker: - patterns: [ "*" ] - reviewers: - - "stuartmorgan" - - "ditman" - labels: - - "autosubmit" - - package-ecosystem: "github-actions" directory: "/" schedule: