Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@ updates:
labels: ["dependencies", "ci"]
commit-message:
prefix: "chore(ci)"
ignore:
# changesets/action 2.x requires Changesets CLI v3 and validates it at
# runtime, directing CLI v2 users back to @v1. apps/ui is on
# @changesets/cli 2.31.0. v2 also renames every input and removes
# `cwd`, which the monorepo layout relies on (.changeset lives in
# apps/ui, not the repo root). Revisit together with the CLI v3
# upgrade, not as a dependency bump.
- dependency-name: "changesets/action"
update-types: ["version-update:semver-major"]

- package-ecosystem: docker
directory: /apps/api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apps-ui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# build below whether to add a :<semver> tag.
- name: Create Release Pull Request or publish
id: changesets
uses: changesets/action@22ccf9aa43179fe9e27dc62e575971d28cce197c # v2.0.0
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
with:
cwd: apps/ui
version: bunx changeset version
Expand Down
Loading