From bfcbcd7a7320c74dfee154152419381c508a1fad Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 19 May 2023 09:53:28 -0700 Subject: [PATCH] blast_repo fixes (#84) dependabot --- .github/dependabot.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2144819..439e796 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,7 +2,9 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly + labels: + - autosubmit