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/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new c62c07d812 CAUSEWAY-2445: Dependabot: add ignore logic for
'jakarta.el:jakarta.el-api'
c62c07d812 is described below
commit c62c07d812d4207a9892396ac8eaffdffb9441c3
Author: Andi Huber <[email protected]>
AuthorDate: Fri Apr 19 07:53:03 2024 +0200
CAUSEWAY-2445: Dependabot: add ignore logic for
'jakarta.el:jakarta.el-api'
---
.github/dependabot.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 91f3d7f193..261d2140d8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,6 +28,8 @@ updates:
ignore:
- dependency-name: "org.springframework.boot*"
versions: ["3.x"]
+ - dependency-name: "jakarta.el:jakarta.el-api"
+ versions: ["4.x","5.x","6.x"]
- dependency-name: "org.apache.wicket*"
versions: ["10.x"]
- dependency-name: "org.wicketstuff*"