Skip to content

Commit

Permalink
Merge pull request #88 from AlchemyCMS/dependabot
Browse files Browse the repository at this point in the history
Add dependabot version updates
  • Loading branch information
tvdeyen authored Oct 30, 2024
2 parents d362556 + f29a974 commit ea3552d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
groups:
dev-dependencies:
dependency-type: "development"
patterns:
- "factory_bot"
- "github_changelog_generator"
- "jsonapi-rspec"
- "rspec-rails"
- "shoulda-matchers"
update-types:
- "minor"
- "patch"
lint:
patterns:
- "rubocop"
- "standard"
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
groups:
babel:
patterns:
- "@babel/core"
- "@babel/preset-env"
jest:
patterns:
- "jest"
- "babel-jest"

0 comments on commit ea3552d

Please sign in to comment.