From 74352d247bbbeb2aa64b81f11600bc26ab1513e2 Mon Sep 17 00:00:00 2001 From: williamlines Date: Tue, 27 Jun 2023 17:03:38 +0100 Subject: [PATCH] chore: update dependabot config --- .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