Configure Dependabot to monitor @github/copilot npm updates#94
Conversation
- Add npm ecosystem entry for scripts/codegen/ directory - Filter to @github/copilot package only (daily schedule) - Add github-actions ecosystem entry for workflow updates (weekly) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
I already did this locally. Ran terminal command: pip3 install --quiet check-jsonschema && check-jsonschema --schemafile /tmp/dependabot-2.0-schema.json .github/dependabot.yml Ran terminal command: /Users/edburns/Library/Python/3.9/bin/check-jsonschema --schemafile /tmp/dependabot-2.0-schema.json .github/dependabot.yml Validation passed. The |
There was a problem hiding this comment.
Pull request overview
Configures Dependabot to automatically track upstream dependency updates relevant to keeping the SDK’s generated code and workflows in sync with the reference implementation.
Changes:
- Add a Dependabot
npmupdate configuration for/scripts/codegenon a daily schedule. - Restrict npm updates to the
@github/copilotpackage and limit open PRs to 1. - Add a weekly Dependabot configuration for
github-actionsupdates.
Show a summary per file
| File | Description |
|---|---|
| .github/dependabot.yml | Adds Dependabot update entries for npm codegen dependencies and GitHub Actions workflow versions. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
Related to #93 .
Before the change?
After the change?
Pull request checklist
mvn spotless:applyhas been run to format the codemvn clean verifypasses locallyDoes this introduce a breaking change?