From dfa562c4eda2cd5aaa0a33491e83a613d496a64d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 22 Mar 2025 23:52:24 +0100 Subject: [PATCH] Add label 3.x for dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ddd05e649..ef92f4223 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,6 +27,9 @@ updates: schedule: interval: "daily" target-branch: "maven-plugin-tools-3.x" + labels: + - 3.x + - dependencies - package-ecosystem: "github-actions" directory: "/" @@ -38,3 +41,6 @@ updates: schedule: interval: "daily" target-branch: "maven-plugin-tools-3.x" + labels: + - 3.x + - dependencies