Skip to content

Commit

Permalink
Merge pull request #221 from AlchemyCMS/dependabot
Browse files Browse the repository at this point in the history
Enable dependabot version updates
  • Loading branch information
tvdeyen authored Jan 24, 2025
2 parents 0ca2f7e + 6b1ac40 commit afd6574
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
dependency-type: "development"
patterns:
- "capybara*"
- "listen"
- "factory*"
- "puma"
- "rails-controller-testing"
- "rspec-*"
- "simplecov"
update-types:
- "minor"
- "patch"
lint:
dependency-type: "development"
patterns:
- "standardrb"
- "rubocop"
update-types:
- "minor"
- "patch"

0 comments on commit afd6574

Please sign in to comment.