From 9f1d3f0edd888031cb1e8b555161de2b2e9d007d Mon Sep 17 00:00:00 2001 From: Will Lines <110234511+williamlines@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:13:59 +0100 Subject: [PATCH] chore: update dependabot config (#9) --- .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