Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ci(dependabot): group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Sep 23, 2023
1 parent 3fc0b3c commit cafe341
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,35 @@ updates:
include: scope
prefix: build
directory: /
groups:
commitlint:
patterns:
- "@commitlint*"
eslint-configs:
patterns:
- "eslint-config*"
eslint-plugins:
patterns:
- "eslint-plugin*"
fastify-core:
patterns:
- "@fastify*"
- "fastify"
- "fastify-plugin"
- "fluent-json-schema"
- "env-schema"
- "secure-json-parse"
pino-core:
patterns:
- "pino"
- "pino-pretty"
ignore:
# Tests do not cover these dependencies,
# so we don't want to update them automatically
- dependency-name: esbuild
- dependency-name: esbuild-plugin-glob
# Below are deps that have migrate to ESM in their
# next major version so we can't use them
# Below are dependencies that have migrate to ESM
# in their next major version so we can't use them
- dependency-name: postgrator
update-types: ["version-update:semver-major"]
open-pull-requests-limit: 20
Expand Down

0 comments on commit cafe341

Please sign in to comment.