Skip to content

Commit

Permalink
Merge pull request #1980 from Shopify/group-aws-dynamodb-deps
Browse files Browse the repository at this point in the history
Group related packages together for dependabot
  • Loading branch information
Arkham authored Jan 20, 2025
2 parents ce23538 + 4605775 commit 0a52fbc
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
interval: 'daily'
# Dependabot defaults to 5 open pull requests at a time
open-pull-requests-limit: 100

# Group together PRs of interdependant packages
groups:
aws-sdk:
patterns:
- '@aws-sdk/client-dynamodb'
- '@aws-sdk/util-dynamodb'
remix-run:
patterns:
- '@remix-run/node'
- '@remix-run/react'
- '@remix-run/testing'
- '@remix-run/server-runtime'
prisma:
patterns:
- 'prisma'
- '@prisma/client'

0 comments on commit 0a52fbc

Please sign in to comment.