From aac154ef45d797f2535ed653db3c2cce504382a3 Mon Sep 17 00:00:00 2001 From: Luke Oldenburg <87272260+Luke-Oldenburg@users.noreply.github.com> Date: Sat, 28 Dec 2024 20:40:53 -0500 Subject: [PATCH] Add dependabot (#60) --- .github/dependabot.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..850a7a2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,21 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "10:00" + timezone: "America/New_York" + - package-ecosystem: npm + directory: "/" + schedule: + interval: "weekly" + day: "wednesday" + time: "10:00" + timezone: "America/New_York"