From 62545bb380ce1196f7bcbaf8a170e84586fd523e Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 28 Jul 2023 10:48:57 -0500 Subject: [PATCH] Add yarn --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d921e9e..9733be2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: /html schedule: interval: daily + - package-ecosystem: yarn + directory: / + schedule: + interval: daily