diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22b0d86..855bc45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,19 @@ version: 2 + updates: -- package-ecosystem: composer - directory: "/" - schedule: - interval: monthly - timezone: US/Arizona - open-pull-requests-limit: 10 - assignees: - - PHLAK + - package-ecosystem: composer + directory: "/" + schedule: + interval: monthly + timezone: US/Arizona + open-pull-requests-limit: 10 + assignees: + - PHLAK + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: monthly + timezone: US/Arizona + assignees: + - PHLAK