You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): group dependabot updates and harden release workflow
Group Dependabot version updates by ecosystem so related bumps land in one PR: github-actions and devcontainers each group all patterns, while npm groups non-breaking (minor and patch) updates and keeps the existing pnpm release cooldown. Pin the weekly schedule explicitly to monday across all three ecosystems.
Move the release-please config and manifest into .github (dropping the leading dot from the manifest) and point the action at them via config-file and manifest-file. Add a reattribute job that rewrites the release-PR commit author to github-actions[bot] since the action commits as the PAT owner, and mark it continue-on-error because the PR branch may already be deleted when it runs. Switch the release-please and dependabot auto-merge approval tokens to the GH_PAT so the bot can trigger workflows and its approval counts, and skip the greetings job for dependabot[bot].
Relocate CODEOWNERS into .github and add the Dependabot-managed paths (package manifest, workflows, devcontainer) co-owned by @iwf-web/ci so the bot's auto-approval satisfies the code-owner requirement. Add a devcontainer-lock.json pinning feature digests. Align the AGENTS.md intro wording and note that CLAUDE.md imports it via @AGENTS.md. Extend the LICENSE copyright to 2025-2026, add the Keep a Changelog header, and bump the pinned pnpm to 11.9.0.
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# AGENTS.md
2
2
3
-
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
3
+
This file provides guidance to coding agents (Claude Code, etc.) when working with code in this repository. `CLAUDE.md` simply imports this file via `@AGENTS.md`.
0 commit comments