diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ff740ce4e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" # yarn & pnpm must also specify npm + directory: "/" + schedule: + interval: "weekly" + versioning-strategy: increase-if-necessary