chore: add Dependabot version updates and gitignore compliance#18
Open
chore: add Dependabot version updates and gitignore compliance#18
Conversation
- Add .github/dependabot.yml for npm and github-actions version updates - Add .threads.jsonl to .gitignore per thread-inbox rules - Refresh AGENTS.md via compose-agentsmd (deduplicate global rules) Note: CodeQL workflow requires a token with `workflow` scope; adding that workflow is deferred until the token is updated. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Owner
Author
|
Adds Dependabot version updates (npm + github-actions) and |
Owner
Author
|
Agent runner idle completed. Repo: metyatech/agent-runner Summary: |
There was a problem hiding this comment.
Pull request overview
Adds repository maintenance/configuration updates to align with the agent ruleset requirements and local tooling expectations.
Changes:
- Introduces
.github/dependabot.ymlto enable weekly Dependabot updates fornpmandgithub-actions. - Updates
.gitignoreto exclude.threads.jsonlfrom version control. - Regenerates
AGENTS.mdviacompose-agentsmd(reducing duplicated global rule content and reflowing formatting).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
AGENTS.md |
Regenerated composed rules output; removes duplicated global content and applies formatting reflow. |
.gitignore |
Adds .threads.jsonl to ensure thread inbox state is not committed. |
.github/dependabot.yml |
Configures weekly dependency/version update PRs for npm and GitHub Actions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/dependabot.ymlconfiguring weekly version updates fornpmandgithub-actionsecosystems (required by AGENTS.md: "Repositories with GitHub Actions must configure Dependabot version updates").threads.jsonlto.gitignoreper thread-inbox rules ("Do not commit it to version control")AGENTS.mdviacompose-agentsmd(deduplicates global rules already loaded via CLAUDE.md)Deferred
.github/workflows/codeql.ymlrequires a PAT withworkflowscope; deferred until token is updatedTest plan
npm run verifypasses (318 tests, lint, format, build)🤖 Generated with Claude Code