From 60b93ae458c69d0c8deaf77b0030afed2ce3a86a Mon Sep 17 00:00:00 2001 From: redonkulus Date: Mon, 21 Jun 2021 10:07:01 -0700 Subject: [PATCH] chore: add dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..14bc6eb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10 \ No newline at end of file