From 00d79ad6c3fa4aecf54628e95428d68edc2b5130 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 6 May 2024 08:52:44 -0700 Subject: [PATCH] blast_repo fixes 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: + - "*"