chore(dependabot): ignore vitest major updates until toolchain alignment - #772
chore(dependabot): ignore vitest major updates until toolchain alignment#772Luis195f wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c6889ca88b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - "expo*" | ||
| - "react-native*" | ||
| ignore: | ||
| ignore: |
There was a problem hiding this comment.
Fix invalid YAML indentation in Dependabot config
The ignore: key is indented one space deeper than the other top-level keys in this updates entry, which makes .github/dependabot.yml invalid YAML (reproduces with ruby/psych: "did not find expected key"). When this file cannot be parsed, Dependabot cannot load the update configuration, so dependency update PRs for this repo will stop until the indentation is corrected.
Useful? React with 👍 / 👎.
No description provided.