From 33c06f1f93afea9978dd30db16ae219f8682c40a Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Mon, 30 Jan 2023 17:25:19 +0100 Subject: Set up dependabot for stable branches Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> --- .github/dependabot.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 362ef5817..f4074d060 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -48,3 +48,42 @@ updates: time: "03:00" timezone: Europe/Paris open-pull-requests-limit: 10 +- package-ecosystem: composer + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable25 + open-pull-requests-limit: 10 + ignore: + # ignore all GitHub linguist patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable25 + open-pull-requests-limit: 10 + ignore: + # ignore all GitHub linguist patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + target-branch: stable24 + open-pull-requests-limit: 10 + ignore: + # ignore all GitHub linguist patch updates + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"] -- cgit v1.2.3