fix(dependabot): add required patterns to multi-ecosystem updates#124
Closed
taminomara wants to merge 1 commit into
Closed
fix(dependabot): add required patterns to multi-ecosystem updates#124taminomara wants to merge 1 commit into
patterns to multi-ecosystem updates#124taminomara wants to merge 1 commit into
Conversation
Dependabot rejected .github/dependabot.yml on main with: The property '#/updates/0/patterns' is required when 'multi-ecosystem-group' is set. Every update entry that joins a multi-ecosystem group must declare `patterns`. Add `patterns: ["*"]` to the npm, github-actions, and pre-commit entries so each ecosystem's full package set participates in the dev-tooling group, and note the requirement in the header comment. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ED3rtS76H7m3njySarRrvM
Contributor
Author
|
Superseded by #123. |
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
Dependabot is failing to parse
.github/dependabot.ymlonmain(the file landed in #120). The check reports:Any
updatesentry that joins a multi-ecosystem group must declarepatterns. This addspatterns: ["*"]to thenpm,github-actions, andpre-commitentries so each ecosystem's full package set participates in thedev-toolinggroup, and records the requirement in the header comment.Changes
patterns: ["*"]to all three multi-ecosystem update entries.No other lines were reformatted.
Verification
["*"]matches the wildcard example in the Dependabot options reference for multi-ecosystem groups, which showspatternson every grouped entry.🤖 Generated with Claude Code
https://claude.ai/code/session_01ED3rtS76H7m3njySarRrvM