chore(dependabot): ignore express 5

This commit is contained in:
Christian Georgi
2025-07-08 09:49:20 +02:00
committed by GitHub
parent a7b4a23163
commit 991b672e53

View File

@@ -18,3 +18,6 @@ updates:
- dependency-name: "chai-as-promised"
# chai-as-promised 8 doesn't work atm w/ cds.test, TODO fix that in cds.test
versions: ["8.x"]
- dependency-name: "express"
# express 5 not supported atm
versions: ["5.x"]