From f8dddbad468381ddd777ee6639486e55a121fb75 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Fri, 24 Sep 2021 17:33:26 -0600 Subject: [PATCH] Create dependabot.yml --- .github/.github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/.github/dependabot.yml diff --git a/.github/.github/dependabot.yml b/.github/.github/dependabot.yml new file mode 100644 index 0000000..a807fcb --- /dev/null +++ b/.github/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly"