From b793df9866f276637f33b17b60436f9f37787b99 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 10:16:34 +0200 Subject: [PATCH] chore(branchoff): Run dependabot on stable30 Signed-off-by: Joas Schilling --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 49055429d..86c96dcc3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,6 +32,22 @@ updates: - dependency-name: "symfony/translation" versions: [ "6.x" ] +- package-ecosystem: composer + directory: "/" + target-branch: stable30 + 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", "version-update:semver-minor"] + labels: + - "dependencies" + - "stable30" + - package-ecosystem: composer directory: "/" target-branch: stable29