From d230c20119b1b99313e5bd6b363bbd10cf252ae4 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Tue, 11 Jun 2024 21:35:24 +0800 Subject: [PATCH] No need to automatically upgrade front-end dependencies --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a6fcca82..41c3bde9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,7 +27,7 @@ updates: update-types: [ "version-update:semver-major" ] - package-ecosystem: "npm" directory: "./eventmesh-dashboard-view" - # Disable front-end PRs temporarily since 'npm run build' fails + # No need to automatically upgrade front-end dependencies open-pull-requests-limit: 0 schedule: interval: "monthly"