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 9f28844bf6 ISIS-2445: add dependabot config for spring6 branch
9f28844bf6 is described below
commit 9f28844bf6fab69db26f3b58a3329be6080f704b
Author: Andi Huber <[email protected]>
AuthorDate: Sun Nov 13 07:28:52 2022 +0100
ISIS-2445: add dependabot config for spring6 branch
---
.github/dependabot.yml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 6c9c9d3e17..759d13562e 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,5 +21,14 @@ updates:
interval: "daily"
# Allow up to 10 open pull requests for maven dependencies
open-pull-requests-limit: 20
+
+ # Maintain dependencies for Maven (3.0.0 milestones)
+ - package-ecosystem: "maven"
+ target-branch: "spring6"
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "daily"
+ # Allow up to 10 open pull requests for maven dependencies
+ open-pull-requests-limit: 20