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