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
6 changes: 3 additions & 3 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: Auto-merge

on:
workflow_run:
workflows: ["CI"]
workflows: ['CI']
types: [completed]
schedule:
- cron: "*/10 * * * *"
- cron: '*/10 * * * *'
workflow_dispatch: {}

# Declared on the CALLER as well as inside the reusable workflow: a called
Expand All @@ -36,4 +36,4 @@ jobs:
base_branch: main
ci_workflow: ci.yml
# SPACE-separated: the sweep word-splits this.
rearm_workflows: "ci.yml publish.yml"
rearm_workflows: 'ci.yml publish.yml'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"next": "16.3.4",
"react": "19.2.8",
"react-dom": "19.2.8",
"sitekit": "github:bitbaum/sitekit#v0.3.0"
"sitekit": "npm:@bitbaum/sitekit@^0.3.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
Expand Down
32 changes: 18 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# pnpm 11 blocks dependency build scripts by default; allow only what we trust.
allowBuilds:
'sitekit@https://codeload.github.com/bitbaum/sitekit/tar.gz/9122b6b6c62a35aeefcb5508d1da9914b0435367': true
esbuild: true
sharp: true
unrs-resolver: true

# Own package published to npm <24h ago; exempt from the minimum-release-age
# supply-chain window. Redundant once the release ages past the window.
minimumReleaseAgeExclude:
- '@bitbaum/sitekit'