From eba264c0409514199e55f14caff717b638ffb706 Mon Sep 17 00:00:00 2001 From: Dan Rigby <114417+DanRigby@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:37:12 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5039054..dcbfe1a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,13 @@ registries: url: https://npm.pkg.github.com token: ${{secrets.DEPENDABOT_TOKEN}} updates: - - package-ecosystem: npm + - package-ecosystem: "npm" directory: "/" schedule: - interval: weekly + interval: "weekly" registries: - npm-github + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"