From d4a5f0b3ac43fa709431349f1c62ea4e1f6d5966 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 6 May 2024 10:50:55 -0700 Subject: [PATCH] blast_repo fixes (#3766) dependabot --- .github/dependabot.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8d084a2a13..2ec5522aac 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,10 +12,13 @@ updates: - "type-infra" # Maintain dependencies for GitHub Actions. - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" + interval: monthly labels: - - "autosubmit" - - "type-infra" + - autosubmit + groups: + github-actions: + patterns: + - "*"