From 6ac03ed174ee9fa1ddaabab96d8c25b32639812b Mon Sep 17 00:00:00 2001 From: moonlightnexus <68702919+moonlightnexus@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:27:34 +0530 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6092ab7..28816b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,9 @@ version: 2 updates: - - package-ecosystem: "bundler" # See documentation for possible values + - package-ecosystem: "bundler" # Raise pull requests to update vendored dependencies that are checked in to the repository vendor: true - directory: "/" # Location of package manifests + directory: "/" schedule: interval: "weekly"