fix: update dependabot config for workspace support and meaningful groups#10135
Merged
timotheeguerin merged 5 commits intomainfrom Mar 25, 2026
Merged
fix: update dependabot config for workspace support and meaningful groups#10135timotheeguerin merged 5 commits intomainfrom
timotheeguerin merged 5 commits intomainfrom
Conversation
…oups Remove restrictive allow filter that blocked all non-alloy-js updates. Add 17 semantic dependency groups to reduce PR volume. Add entries for excluded packages (http-client-csharp/java/python). Add GitHub Actions version monitoring. Change workspace npm schedule from daily to weekly. Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/43d419ff-678d-4a6a-b9c9-d0b347583d13
Copilot created this pull request from a session on behalf of
timotheeguerin
March 25, 2026 16:53
View session
Keep only the core pnpm workspace npm entry and GitHub Actions. Remove separate entries for http-client-csharp, http-client-java, and http-client-python. Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/564e43af-a39b-4228-b2f6-24c4d7e588a0
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/3486fb44-533b-430f-b6cc-893bccfcae5a
Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/6f8d96b3-67de-4a21-9772-d03e20c7e684
Contributor
|
No changes needing a change description found. |
Collaborator
|
You can try these changes here
|
markcowl
approved these changes
Mar 25, 2026
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.
Problem
The dependabot configuration had an
allowfilter that restricted npm dependency updates to only@alloy-js/*packages, preventing dependabot from creating PRs for any other workspace dependencies. Additionally, GitHub Actions had no dependency monitoring.Changes
Key fix
allowfilter that blocked all non-alloy-js updates, enabling dependabot to create PRs for the full pnpm workspace.Dependency groups for main workspace (18 groups)
Groups related dependencies to batch updates into single PRs instead of individual ones:
@alloy-js/*@types/*@chronus/*New dependency monitoring
*.lock.{yaml,yml}).Schedule optimization
⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.