diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d7b727..729b775 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,12 @@ version: 2 updates: + - package-ecosystem: composer directory: "/" schedule: - interval: weekly - target-branch: "develop" - open-pull-requests-limit: 10 + interval: "weekly" + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"