From d50f5e0261e3005df349eea2329c1d9e3a0ea3cc Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:52:12 -0500 Subject: [PATCH] [fix](sec): dependabot.yml(Copilot said just Gemfile & lock are needed) (#601) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb43191..0043856 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,10 +20,10 @@ permissions: # Look for `Ruby Gems` in the following directories directories: - "/" - - "_plugins" + # - "_plugins" # Check for updates once a week schedule: - interval: "weekly" + interval: "daily" commit-message: prefix: "[info](sec) bundler:"