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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ updates:
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
# Forced in package.json overrides (see CLAUDE.md → package.json overrides).
# Forced in package.json overrides (see each repo's CLAUDE.md → package.json overrides).
# Dependabot PRs would fight the pin / reopen known-accepted risk.
- dependency-name: "lodash"
- dependency-name: "three"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Deploy
on:
push:
branches: [main]
# Manual dispatch, so the site can be published without waiting for a push and
# so a deploy that never fired can be recovered by hand. Matches Baton's own
# pages.yml, which carries the same pair of triggers.
workflow_dispatch:

concurrency:
group: pages-${{ github.ref }}
Expand Down