From a417b5e8768748822b0eb137019bfcc9649a8bf6 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Sun, 6 Dec 2020 14:50:16 +0100 Subject: [PATCH] Enable dependabot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..6f21ee2f19 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# Documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily"