From 5214a37d6d0715f90bc047e597f55e148fc9050e Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 4 Nov 2024 16:45:53 +0100 Subject: [PATCH] chore: add dependabot labels (#5624) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58f44883eb..7b06e0da7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,9 @@ updates: interval: "daily" open-pull-requests-limit: 10 target-branch: master + labels: + - "dependencies" + - "github_actions" - package-ecosystem: "pip" directory: "/" @@ -38,5 +41,6 @@ updates: open-pull-requests-limit: 10 target-branch: v3 labels: + - "dependencies" - "github_actions" - "v3"