From e42ada57abe7d13431bdb40451cc565e465ef771 Mon Sep 17 00:00:00 2001 From: Patrik Korytar Date: Mon, 31 Aug 2026 10:42:54 +0200 Subject: [PATCH] Add Dependabot scan for relevant release branches --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1bea8015e..8b5512de3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,10 @@ updates: # a compromised new version cooldown: default-days: 7 + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "version-3.0.x" + schedule: + interval: "weekly" + cooldown: + default-days: 7