From 760ce71af030ffa41275acbdea6639be9ea464c6 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 13 Jun 2023 12:43:13 +1000 Subject: [PATCH] Configure Dependabot updates for Bundler/Ruby https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates#supported-repositories-and-ecosystems In future this will keep the Gemfile.lock up to date --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a48b0546..ff902ec0e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ # Basic set up version: 2 updates: + # Maintain dependencies for Ruby + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "daily" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/"