From 3bf46e83f8b4ae34a2683a1b9a519cc4b1c3e5b5 Mon Sep 17 00:00:00 2001 From: Will Lines <110234511+williamlines@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:41:36 +0100 Subject: [PATCH] chore: update dependabot config (#53) --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08da05c..5a32bd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ version: 2 updates: - - package-ecosystem: 'npm' - directory: '/' + - package-ecosystem: npm + directory: / schedule: - interval: 'daily' - - package-ecosystem: 'github-actions' - directory: '/' + interval: weekly + - package-ecosystem: github-actions + directory: / schedule: - interval: 'daily' + interval: weekly