diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48ee32d..4fcfce6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,11 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "2.x" + target-branch: "master" schedule: interval: "monthly" - package-ecosystem: "composer" directory: "/" - target-branch: "2.x" + target-branch: "master" schedule: interval: "daily"