From efed3d7bf73430bcf68861a10239ecca10747f93 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 1 Jun 2021 12:31:21 +0530 Subject: [PATCH] Add native dependabot --- .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..616e20a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + time: "23:30" + open-pull-requests-limit: 99