From 69b1fb8fcbf7630cf6770b8269cc3075f63b5650 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Sat, 4 Jul 2026 11:08:51 +0200 Subject: [PATCH] [TASK] Enable Dependabot workflow updates on maintained version branches Signed-off-by: Sebastian Mendel --- .github/dependabot.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1731cc..d71e780 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,29 @@ updates: interval: weekly day: monday open-pull-requests-limit: 5 - + + # Maintained version branches: keep workflow action pins from drifting + # behind main (Dependabot only scans the default branch otherwise). + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "12.4" + schedule: + interval: weekly + day: monday + open-pull-requests-limit: 5 + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "13.4" + schedule: + interval: weekly + day: monday + open-pull-requests-limit: 5 + + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "14.3" + schedule: + interval: weekly + day: monday + open-pull-requests-limit: 5