diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f08f577c6d..b6552ac0ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: allow: - dependency-type: "all" - package-ecosystem: "composer" - directory: "/" + directory: "/webapp" schedule: interval: "weekly" open-pull-requests-limit: 0 @@ -25,3 +25,12 @@ updates: allow: - dependency-type: "all" target-branch: "8.3" + - package-ecosystem: "composer" + directory: "/webapp" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + versioning-strategy: increase-if-necessary + allow: + - dependency-type: "all" + target-branch: "9.0"