Maintainer-directed change (direct-dispatch channel; the dispatching PM session is session_015adLit3ZYASJiXwxKG78Wi). Sibling of objectstack-ai/objectui#7039 — same ruling, this repo's copy.
Authorization, quoted verbatim
2026-08-31, PM chat channel: first 「interval: weekly → monthly」 (ruled for objectui), then:
objectstack 也改为按月
The change
.github/dependabot.yml — both update blocks (package-ecosystem: "npm" and package-ecosystem: "github-actions"):
schedule.interval: "weekly" → "monthly"
- Remove the
day: "monday" line in each block — schedule.day is only meaningful for weekly per the dependabot config schema; verify against the current schema docs rather than taking it from this card, and report instead of guessing if that reading is wrong.
- Keep
time: "02:00" (valid for any interval) and everything else — groups, open-pull-requests-limit, commit-message config — untouched.
Context
Cadence-only change: dependency-update PR volume drops ~4×; GitHub security-alert PRs are not driven by schedule and stay immediate. Any auto-merge machinery stays as is.
Acceptance
- YAML parses after the edit (quote the command).
- The repo's changeset gate consulted, not assumed (
.github/ is not released-package source; expect none owed).
- Diff touches only the two
interval values and the two day lines.
Maintainer-directed change (direct-dispatch channel; the dispatching PM session is
session_015adLit3ZYASJiXwxKG78Wi). Sibling of objectstack-ai/objectui#7039 — same ruling, this repo's copy.Authorization, quoted verbatim
2026-08-31, PM chat channel: first 「interval: weekly → monthly」 (ruled for objectui), then:
The change
.github/dependabot.yml— both update blocks (package-ecosystem: "npm"andpackage-ecosystem: "github-actions"):schedule.interval: "weekly"→"monthly"day: "monday"line in each block —schedule.dayis only meaningful forweeklyper the dependabot config schema; verify against the current schema docs rather than taking it from this card, and report instead of guessing if that reading is wrong.time: "02:00"(valid for any interval) and everything else — groups,open-pull-requests-limit, commit-message config — untouched.Context
Cadence-only change: dependency-update PR volume drops ~4×; GitHub security-alert PRs are not driven by
scheduleand stay immediate. Any auto-merge machinery stays as is.Acceptance
.github/is not released-package source; expect none owed).intervalvalues and the twodaylines.