Skip to content

Commit

Permalink
Merge pull request #1856 from gchq/chore/group-npm-dependabot-updates
Browse files Browse the repository at this point in the history
group dependabot npm dependencies
  • Loading branch information
ARADDCC002 authored Feb 3, 2025
2 parents db66cd1 + f593ffd commit e13326a
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ updates:
aws-sdk:
patterns:
- "@aws-sdk/*"
rjsf:
patterns:
- "@rjsf/*"
mui:
patterns:
- "@mui/*"
emotion:
patterns:
- "@emotion/*"
mdx:
patterns:
- "@mdx-js/*"
- "@next/mdx"

- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `/frontend` directory
Expand All @@ -54,6 +67,56 @@ updates:
aws-sdk:
patterns:
- "@aws-sdk/*"
rjsf:
patterns:
- "@rjsf/*"
mui:
patterns:
- "@mui/*"
emotion:
patterns:
- "@emotion/*"
mdx:
patterns:
- "@mdx-js/*"
- "@next/mdx"

- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `/lib/landing` directory
directory: '/lib/landing'
schedule:
interval: 'monthly'
versioning-strategy: increase
open-pull-requests-limit: 15
groups:
opentelemetry:
patterns:
- "@opentelemetry/*"
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint-*"
- "eslint"
vitest:
patterns:
- "@vitest/*"
- "vitest"
aws-sdk:
patterns:
- "@aws-sdk/*"
rjsf:
patterns:
- "@rjsf/*"
mui:
patterns:
- "@mui/*"
emotion:
patterns:
- "@emotion/*"
mdx:
patterns:
- "@mdx-js/*"
- "@next/mdx"

- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `/backend` directory
Expand All @@ -78,6 +141,19 @@ updates:
aws-sdk:
patterns:
- "@aws-sdk/*"
rjsf:
patterns:
- "@rjsf/*"
mui:
patterns:
- "@mui/*"
emotion:
patterns:
- "@emotion/*"
mdx:
patterns:
- "@mdx-js/*"
- "@next/mdx"

# Enable version updates for Docker
- package-ecosystem: 'docker'
Expand Down

0 comments on commit e13326a

Please sign in to comment.