Skip to content

Commit

Permalink
Merge pull request #3090 from tvdeyen/dependabot-bundler-updates
Browse files Browse the repository at this point in the history
Add dependabot bundler version updates
  • Loading branch information
tvdeyen authored Nov 19, 2024
2 parents 90c2203 + e5160f0 commit c8c85f9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c8c85f9

Please sign in to comment.