mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
* chore: install OpenClaw design system * feat: adopt shared design system palette * chore: automate design system updates * feat: add weekly design system audit * fix: prevent mobile skills tab overlap * fix: harden design audit automation * fix: validate audit changes before execution * fix: scope design system clone credentials * fix: align audit with installed design release * fix: preserve audit artifacts and access * feat: adopt shared design system on landing page * fix: align icon geometry with design tokens * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * chore: pin design system to v0.0.1 * fix: migrate ClawHub UI to design tokens * fix: use public design system installs * fix: use public design system distribution
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "bun"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "America/Los_Angeles"
|
|
# Preserve the old total Bun capacity: 10 general updates plus the
|
|
# dedicated 3-PR Plugin Inspector queue that cannot remain as a duplicate
|
|
# root Bun config.
|
|
open-pull-requests-limit: 13
|
|
ignore:
|
|
- dependency-name: "@auth/core"
|
|
update-types:
|
|
- "version-update:semver-minor"
|
|
- "version-update:semver-major"
|
|
- dependency-name: "undici"
|
|
update-types:
|
|
- "version-update:semver-major"
|
|
groups:
|
|
plugin-inspector:
|
|
patterns:
|
|
- "@openclaw/plugin-inspector"
|
|
production-minor-and-patch:
|
|
dependency-type: "production"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
development-minor-and-patch:
|
|
dependency-type: "development"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "09:00"
|
|
timezone: "America/Los_Angeles"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|