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