From 385539b16ca35c7800fad8b6c32345aa179a9f3c Mon Sep 17 00:00:00 2001 From: Alejandra Date: Mon, 17 Nov 2025 12:35:35 +0100 Subject: [PATCH] Add labels to Dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd972a0..9c50785 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: interval: "daily" commit-message: prefix: ⬆ + labels: [dependencies, internal] # Python - package-ecosystem: "pip" directory: "/" @@ -14,3 +15,4 @@ updates: interval: "daily" commit-message: prefix: ⬆ + labels: [dependencies, internal]