From b39cb0f49104f55dee00a504a169ae6f3ae8a8e4 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 18 May 2023 12:20:22 -0700 Subject: [PATCH] blast_repo fixes 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