From 4dd6d9d0a23b0d24d9a31b99e6b0755ddb599360 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Wed, 9 Apr 2025 09:43:23 +0200 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2abce7b9..3b69c313 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,6 +27,10 @@ updates: all-npm-dependencies: patterns: - "*" + ignore: + - dependency-name: "express" + # For Express, ignore all updates for version 5 + versions: ["5.x"] - package-ecosystem: github-actions directory: "/" schedule: From c4ac2beeeb8a352ad9c567b8b10047bbfcd502e9 Mon Sep 17 00:00:00 2001 From: Markus Ofterdinger Date: Wed, 9 Apr 2025 09:45:52 +0200 Subject: [PATCH 2/2] Update .github/dependabot.yml Co-authored-by: Stefan Henke --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b69c313..2204bc2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,7 +29,7 @@ updates: - "*" ignore: - dependency-name: "express" - # For Express, ignore all updates for version 5 + # For Express, ignore all updates for version 5 becaue @sap/cds requires express version 4 versions: ["5.x"] - package-ecosystem: github-actions directory: "/"