Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ updates:
interval: weekly
allow:
- dependency-type: production
ignore:
# express 5 needs @map-colonies/openapi-express-types to publish an
# express-5 peer range first; until then npm ci fails with ERESOLVE.
- dependency-name: 'express'
update-types:
- version-update:semver-major
directory: /
commit-message:
prefix: 'deps'
Expand All @@ -27,6 +33,16 @@ updates:
interval: weekly
allow:
- dependency-type: development
ignore:
# Paired with the express major above.
- dependency-name: '@types/express'
update-types:
- version-update:semver-major
# TypeScript 7 is the Go rewrite; the shared MapColonies configs and
# openapi-typescript (peer typescript@^5.x) have to move first.
- dependency-name: 'typescript'
update-types:
- version-update:semver-major
directory: /
commit-message:
prefix: 'devdeps'
Expand Down
Loading