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 8057ee84f1 ISIS-2445: dependabot: customized label for master branch
8057ee84f1 is described below
commit 8057ee84f1289ff753163e3e3f63603d6fda2aa0
Author: Andi Huber <[email protected]>
AuthorDate: Fri Nov 25 06:36:00 2022 +0100
ISIS-2445: dependabot: customized label for master branch
---
.github/dependabot.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f873acd179..09fdb07084 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,6 +21,9 @@ updates:
interval: "daily"
# Allow up to 10 open pull requests for maven dependencies
open-pull-requests-limit: 20
+ # Use custom labels
+ labels:
+ - "dependencies"
# Maintain dependencies for Maven (3.0.0 milestones)
- package-ecosystem: "maven"
@@ -30,6 +33,7 @@ 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
+ # Use custom labels
labels:
+ - "dependencies"
- "Spring 6.x"