From e5160f01c121c4545270d0cfb01377d08271366f Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 19 Nov 2024 15:23:47 +0100 Subject: [PATCH] Add dependabot bundler version updates --- .github/dependabot.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9add01fe74..985770e12a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,3 +29,36 @@ updates: - "minor" - "patch" versioning-strategy: increase-if-necessary + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "daily" + groups: + dev-dependencies: + dependency-type: "development" + patterns: + - "capybara*" + - "bootsnap" + - "listen" + - "factory*" + - "puma" + - "rails-controller-testing" + - "rspec-*" + - "simplecov" + - "selenium-webdriver" + - "shoulda-matchers" + - "timecop" + - "webmock" + - "web-console" + update-types: + - "minor" + - "patch" + rails: + dependency-type: "production" + patterns: + - "action*" + - "active*" + - "rails" + - "railties" + update-types: + - "patch"