From 1927f09a21f8ca38ed5c727948b16f3eedd62b37 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sat, 22 Oct 2022 15:56:28 +0000 Subject: [PATCH] Add dependabot file --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..0e09b3e2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: +- package-ecosystem: npm + directory: / + schedule: + interval: monthly