You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR has been sitting since 2026-04-26. Two failures:
Playwright E2E — almost certainly an unrelated flake. A change to .github/dependabot.yml cannot affect frontend E2E tests. Re-running CI should clear it.
.github/dependabot.yml validation (dependabot-api.githubapp.com) — this is dependabot's own config validation. Likely culprit: the YAML anchor + alias (labels: &ref_0 / labels: *ref_0) is technically valid YAML 1.2 but some dependabot validators choke on it. Replacing with explicit labels: [dependencies] blocks would resolve it.
The config itself is sensible (weekly updates for github-actions + 5 cargo crates + 8 npm packages). Substantively merge-worthy.
Suggested actions (your call):
Re-run CI to confirm Playwright is a flake, replace the YAML alias with explicit lists, and merge.
Or close this PR; the temper bot will likely re-propose with the same content next cycle, at which point the same fix applies.
Not closing unilaterally because this is a bot-managed PR and the policy implications are yours to set.
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
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.
Automated configuration update from the Temper bot.
Review the changes and merge if they match the org standard.