From 6ee09084596f9829371bb836f9d1ca05820f29ea Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 22 May 2023 16:22:56 -0700 Subject: [PATCH] blast_repo fixes (#194) dependabot --- .github/dependabot.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 94a761c..a9f4f1d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,7 +10,9 @@ updates: # TODO: Remove this if / when the default changes (dependabot/dependabot-core/issues/4979) versioning-strategy: increase-if-necessary - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly + labels: + - autosubmit