From 291b4d64d9f2b4cebda81a85458f94f311613e6f Mon Sep 17 00:00:00 2001 From: s-egge <102624422+s-egge@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:11:37 -0700 Subject: [PATCH] fix dependabot (missing quotations) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0a0f4f..6a46098 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version 2: updates: - - package-ecosystem: github-actions + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily + interval: "weekly"