From dbd2ba6019454e805cc8d53634fb5c9b0aa3a5ad Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 18 May 2024 03:06:07 -0400 Subject: [PATCH] feat: add release Gemfile to dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8d12aa..936fa6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ --- version: 2 updates: + - package-ecosystem: "bundler" + directory: "/.github" + schedule: + interval: "daily" - package-ecosystem: "docker" directory: "/" schedule: