Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a Dependabot configuration file to automate GitHub Actions dependency updates. This is part of a proactive "event readiness initiative for llm-d ecosystem" to ensure automated dependency management is in place before workflows are added.
Changes:
- Adds
.github/dependabot.ymlconfiguration for automated GitHub Actions dependency updates with weekly checks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
👋 @chcost @smarterclayton PTAL — this adds standard governance workflows (typo checker, link checker, upstream dependency monitor) via GitHub Agentic Workflows. Ready for review. |
7837e74 to
38e1c7e
Compare
|
👋 @smarterclayton @jimcadden PTAL — adds dependabot and standard CI governance workflows (signed commits, agentic workflows, Prow integration). Ready for review. |
|
👋 @chcost @jimcadden PTAL — adds dependabot and standard CI governance workflows (signed commits, agentic workflows, Prow integration). Ready for review. |
Add standard governance files: dependabot config, CI workflows (signed commits, gatekeeper, prow, stale/unstale, link/typo/upstream checkers, copilot setup), agentic workflow lock, .gitattributes, pre-commit config, OWNERS, and docs/upstream-versions.md. Signed-off-by: Andrew Anderson <andy@clubanderson.com>
|
@clubanderson I have added the go-template in another template, which adds these files too. Can you please check and let me know. This PR can be closed, if everything has been added. Thanks. |
Summary
Adds dependabot.yml for automated dependency updates and standard CI caller workflows:
Part of event readiness initiative for llm-d ecosystem.
Test plan