From 03f04d24a50b0400ddaa326db58d3bb1f9a3cc90 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 8 Apr 2024 11:19:35 +0200 Subject: [PATCH] chore(dependabot): Add v3 label (#3698) --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3bc4de9466..823ce2b500 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,8 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pip" + directory: "/" schedule: interval: "weekly" target-branch: master @@ -27,9 +27,13 @@ updates: labels: - "dependencies" - "pip" + - "v3" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" target-branch: v3 + labels: + - "github_actions" + - "v3"