From cd7c4b2cbc23e49d7f756e14c27a9b197d5435b1 Mon Sep 17 00:00:00 2001 From: "MK (fengmk2)" Date: Tue, 8 Sep 2026 16:36:57 +0800 Subject: [PATCH] chore: add Cookies-EU-banner to smoke tests --- ecosystem.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ecosystem.json b/ecosystem.json index 40df51a..159e4ca 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -66,6 +66,14 @@ "monorepo": true, "notes": "CI triggers on push only; PRs do not run CI unless the workflow adds a pull_request trigger" }, + { + "name": "Cookies-EU-banner", + "upstream": "Alex-D/Cookies-EU-banner", + "branch": "main", + "packageManager": "pnpm", + "monorepo": true, + "notes": "Pins vite-plus 0.3.0. CI runs vp run build, vp check, and browser tests on Ubuntu. Uses pnpm from devEngines.packageManager and Playwright browsers." + }, { "name": "critical", "upstream": "addyosmani/critical",