diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22f975ed6..26cba7b35 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,19 @@ updates: - dependency-name: "symfony/translation" versions: [ "5.x" ] +- package-ecosystem: composer + directory: "/" + target-branch: stable24 + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 10 + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] + - package-ecosystem: composer directory: "/" target-branch: stable23