From 9b1b06beb31e5ce2c78cc53993fbe2ce45bdb214 Mon Sep 17 00:00:00 2001 From: Will Lines <110234511+williamlines@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:38:00 +0100 Subject: [PATCH] chore: update dependabot config (#306) --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8cc5ce..5a32bd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ version: 2 updates: - package-ecosystem: npm - directory: '/' + directory: / schedule: - interval: daily + interval: weekly - package-ecosystem: github-actions - directory: '/' + directory: / schedule: - interval: daily + interval: weekly