From 60da50d705141b1d0a3cb9a1fadd4c14e99fa835 Mon Sep 17 00:00:00 2001 From: Osamu Takiya Date: Mon, 4 Jan 2021 15:13:42 +0900 Subject: [PATCH] Add 'dependabot.yml' (#99) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..4872c5af --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10