From fd28261614c6b3313ea8da3be6cd4a6d1e47b7dd Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 5 Jul 2026 23:35:36 +0200 Subject: [PATCH] ci(dependabot): add npm updates for stable branches Assisted-by: Claude Code:claude-fable-5 Signed-off-by: Andy Scherzinger --- .github/dependabot.yml | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6315843a8..4ff34d112 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,3 +23,58 @@ updates: cooldown: default-days: 10 open-pull-requests-limit: 5 + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + cooldown: + default-days: 10 + open-pull-requests-limit: 5 + - package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + cooldown: + default-days: 10 + target-branch: stable34 + open-pull-requests-limit: 5 + ignore: + # do not do breaking changes on stable branches + - 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 + cooldown: + default-days: 10 + target-branch: stable33 + open-pull-requests-limit: 5 + ignore: + # do not do breaking changes on stable branches + - 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 + cooldown: + default-days: 10 + target-branch: stable32 + open-pull-requests-limit: 5 + ignore: + # do not do breaking changes on stable branches + - dependency-name: "*" + update-types: ["version-update:semver-major", "version-update:semver-minor"]