This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/master by this push:
new 4e859bdc0b ISIS-2445: dependabot: customized label for spring6 branch
4e859bdc0b is described below
commit 4e859bdc0bd2cf785d2d0e935865164e03e82398
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 25 06:33:16 2022 +0100
ISIS-2445: dependabot: customized label for spring6 branch
---
.github/dependabot.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 759d13562e..f873acd179 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,5 +30,6 @@ updates:
interval: "daily"
# Allow up to 10 open pull requests for maven dependencies
open-pull-requests-limit: 20
-
-
+ # Use custom labels on pull requests for Spring 6.x branch
+ labels:
+ - "Spring 6.x"