From 63bac9e76079c7d62f38bc7b773d1a581adb6bb1 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukhalo Date: Fri, 14 Aug 2020 00:54:45 +0300 Subject: [PATCH] chore: add dependabot configuration file (#92) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..963b673 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + # Configuration for npm + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "bukhalo" + assignees: + - "bukhalo"