From da0a0733c178ef6bdbd399b51cab195ef2c594c8 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 28 Sep 2020 09:00:15 -0700 Subject: [PATCH] Updated dependabot config --- .github/dependabot.yml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5678c4e..d452ec5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,18 @@ version: 2 + updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - assignees: - - PHLAK -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - open-pull-requests-limit: 10 - target-branch: master - assignees: - - PHLAK + - package-ecosystem: composer + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10 + assignees: + - PHLAK + + - package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 10 + assignees: + - PHLAK