dependabot should ignore jakarta.transaction >= 2.0
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
7301efdc80
commit
e4eaedb439
|
@ -49,6 +49,8 @@ updates:
|
|||
versions: [ ">=4.0.0" ]
|
||||
- dependency-name: "com.sun.xml.ws:jaxws*"
|
||||
versions: [ ">=3.0.0" ]
|
||||
- dependency-name: "jakarta.transaction:*"
|
||||
versions: [ ">=2.0.0" ]
|
||||
|
||||
# - package-ecosystem: "maven"
|
||||
# directory: "/"
|
||||
|
|
Loading…
Reference in New Issue