From 991b672e539c9228df69f6606c6cdcdcc3608d6e Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Tue, 8 Jul 2025 09:49:20 +0200 Subject: [PATCH] chore(dependabot): ignore express 5 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 947d507a..2b2223f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"]