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