diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..324ab3702 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +# 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" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directories: + - "/" + - "core" + - "docs" + - "extensions" + - "extensions/*" + - "web-app" + schedule: + interval: "weekly"