From 5bb53b4509903c573c6a832d9eb405eff4ccfd67 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Thu, 29 Apr 2021 09:42:51 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Configure=20Dependabot=20to=20up?= =?UTF-8?q?date=20Ruby=20Gems?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..cbcff875b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "⬆️" + include: "scope"