From 8198ea4a2ce850f22205c10f76a075ac863c1663 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 8 Apr 2024 11:05:09 +0200 Subject: [PATCH] chore(dependabot): Run also for v3 branch (#3683) --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9702a361e7..3bc4de9466 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,18 @@ updates: schedule: interval: "weekly" target-branch: master + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + target-branch: v3 + labels: + - "dependencies" + - "pip" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + target-branch: v3 +