From f2bd4d4dc1719b4fcf2630b7babe1b79d0ebbc40 Mon Sep 17 00:00:00 2001 From: D Chua Date: Thu, 15 Sep 2022 12:35:05 +0100 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..57614f4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: bundler + directory: / + schedule: + interval: daily