From 1785796099ae182bdaca3659eb23ff7e3a41d51f Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:41:27 +0200 Subject: [PATCH] Check for vulnerabilities in DJ8.3 --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ba6b7887b..34062afbb8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -44,3 +44,12 @@ updates: allow: - dependency-type: "all" target-branch: "8.2" + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + versioning-strategy: lockfile-only + allow: + - dependency-type: "all" + target-branch: "8.3"