From 94accd9a630cc6142006fc65f74f104997b384df Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Mon, 4 Nov 2024 16:54:49 +0100 Subject: [PATCH] chore: add dependabot labels (#5625) Co-authored-by: Pepe Fagoaga Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com> --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9702a361e7..fe34fef4b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,27 @@ updates: schedule: interval: "weekly" target-branch: master + labels: + - "dependencies" + - "github_actions" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + target-branch: v3 + labels: + - "dependencies" + - "pip" + - "v3" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + target-branch: v3 + labels: + - "dependencies" + - "github_actions" + - "v3"