From 0ee58a609fe77f18970a913e2b86879e36873a8a Mon Sep 17 00:00:00 2001 From: williamlines Date: Tue, 27 Jun 2023 16:41:17 +0100 Subject: [PATCH] chore: update dependabot config --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ef46dc..e19f00d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ version: 2 updates: - package-ecosystem: npm - directory: '/' + directory: / schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10 - package-ecosystem: github-actions - directory: '/' + directory: / schedule: - interval: daily + interval: weekly open-pull-requests-limit: 10