From bdacc5e3eb0aa35941bb16db2570973796a4d3c0 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Tue, 20 Jul 2021 22:17:02 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b09726b99..9f29edc2b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,13 @@ version: 2 - updates: - package-ecosystem: npm + open-pull-requests-limit: 99 directory: / target-branch: develop schedule: - interval: daily + interval: weekly - package-ecosystem: github-actions directory: / target-branch: develop schedule: - interval: daily + interval: weekly