-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore(dependabot): Update remix-run all together #18885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,9 @@ updates: | |
| opentelemetry: | ||
| patterns: | ||
| - '@opentelemetry/*' | ||
| remix: | ||
| patterns: | ||
| - '@remix-run/*' | ||
|
Comment on lines
+26
to
+28
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The new Suggested FixAdd the allow:
- dependency-name: '@sentry/*'
- dependency-name: '@playwright/test'
- dependency-name: '@opentelemetry/*'
- dependency-name: '@remix-run/*' # Add this linePrompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| versioning-strategy: increase | ||
| commit-message: | ||
| prefix: feat | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remix group defined but packages not in allow list
Medium Severity
The
remixgroup is added with pattern@remix-run/*, but@remix-run/*is not included in theallowlist. When anallowlist is specified, dependabot only updates dependencies matching those patterns. The group definition is effectively unused because those packages won't receive version updates. To achieve the PR's stated goal of updating remix-run packages together,@remix-run/*needs to be added to theallowlist as well.Additional Locations (1)
.github/dependabot.yml#L14-L18