Skip to content
Merged
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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,23 @@ updates:
# and math rendering is core). Patch bumps (0.16.x) still flow.
- dependency-name: "katex"
update-types: ["version-update:semver-minor", "version-update:semver-major"]
# App runtime libs: suppress MAJOR PRs. Each is a deliberate migration,
# not an auto-merge (@lingui 4->6 is a coordinated cross-package move with
# a deprecated macro; openid-client 5->6 is an auth-API rewrite; tsmonads,
# rambda, serialize-error carry breaking API/ESM changes; uuid advisory is
# non-applicable and peer-blocked). Minor/patch still flow via the group.
- dependency-name: "@lingui/*"
update-types: ["version-update:semver-major"]
- dependency-name: "openid-client"
update-types: ["version-update:semver-major"]
- dependency-name: "tsmonads"
update-types: ["version-update:semver-major"]
- dependency-name: "rambda"
update-types: ["version-update:semver-major"]
- dependency-name: "serialize-error"
update-types: ["version-update:semver-major"]
- dependency-name: "uuid"
update-types: ["version-update:semver-major"]

# Keep GitHub Actions used by the CI workflow up to date
- package-ecosystem: "github-actions"
Expand Down