From 4baba76d5bf7521e6139336b9b459bb62b683a9c Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 18 Sep 2021 21:59:24 -0700 Subject: [PATCH] Modified dependabot configuration --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d452ec5..8bf75b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,13 @@ updates: - package-ecosystem: composer directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 10 + interval: weekly assignees: - PHLAK - package-ecosystem: npm directory: "/" schedule: - interval: monthly - open-pull-requests-limit: 10 + interval: weekly assignees: - PHLAK