From f0cd05e8e79452bc65e1dd48356bd5286988c0a9 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Tue, 3 Feb 2026 10:32:46 +0800 Subject: [PATCH 1/2] fix: fix incorrect format and exclude test paths from dependabot npm updates --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f4321f6..2ee55f62 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,17 @@ version: 2 -updates +updates: - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" exclude-paths: - "src/test/**" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + exclude-paths: + - "src/test/**" - package-ecosystem: "github-actions" directory: "/" schedule: From c6e076c0859396d5ab9fd46c0fa7e083a97b5721 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Tue, 3 Feb 2026 10:33:40 +0800 Subject: [PATCH 2/2] build: bump org.assertj:assertj-core from 3.27.3 to 3.27.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6806bdfb..842e18ef 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 11.0.1 1.1.1 - 3.27.3 + 3.27.7 5.10.5 2.3.0 5.17.0