From d744058ed4f69d23d9f3d4aaca1e3f1077ab9483 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 12 May 2023 15:08:15 -0700 Subject: [PATCH] blast_repo fixes (#242) dependabot --- .github/dependabot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71cdeea..e802353 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,9 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" +- package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly + labels: + - autosubmit