From da037acc018a8dd267d109eb634454490b7ff759 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 9 Nov 2022 12:45:34 -0800 Subject: [PATCH] blast_repo fixes (#226) Dependabot --- .github/dependabot.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71cdeea..1603cdd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,9 @@ -# Set update schedule for GitHub Actions -# See https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot - +# Dependabot configuration file. +# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates version: 2 -updates: -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"