From fae5b34bf13d6e4abdbf46ba86b20c06315c9aaa Mon Sep 17 00:00:00 2001 From: Behon Baker <53905713+BayBreezy@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:03:40 -0500 Subject: [PATCH] chore: add dependabot config --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a4b7e5b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# 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: "npm" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "06:00" + timezone: "America/Jamaica"