From 05a5995865a327f08e1628e611dfa5c54967a846 Mon Sep 17 00:00:00 2001 From: Louis Date: Sun, 20 Jul 2025 16:55:40 +0700 Subject: [PATCH] fix: dependabot should just update security patch (#5814) --- .github/dependabot.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 324ab3702..9aac528a5 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,17 +1,19 @@ # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem- version: 2 updates: - - package-ecosystem: "cargo" - directory: "src-tauri" + - package-ecosystem: 'cargo' + directory: 'src-tauri' schedule: - interval: "weekly" - - package-ecosystem: "npm" + interval: 'weekly' + open-pull-requests-limit: 0 + - package-ecosystem: 'npm' directories: - - "/" - - "core" - - "docs" - - "extensions" - - "extensions/*" - - "web-app" + - '/' + - 'core' + - 'docs' + - 'extensions' + - 'extensions/*' + - 'web-app' schedule: - interval: "weekly" + interval: 'weekly' + open-pull-requests-limit: 0