From a39b499c872587727dfb70869ffd50af2f4c0949 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 8 Mar 2024 09:58:10 +0100 Subject: [PATCH] Add missing branche to dependabot config --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71d2b25f..8dbfc00a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,20 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "6.0.x" + commit-message: + prefix: "[6.0.x] " + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: "5.3.x" + commit-message: + prefix: "[5.3.x] " - package-ecosystem: "github-actions" directory: "/" schedule: