Skip to content

Remove Dependabot version update configuration#581

Merged
fwuensche merged 6 commits intomainfrom
fwuensche/remove-dependabot
Mar 15, 2026
Merged

Remove Dependabot version update configuration#581
fwuensche merged 6 commits intomainfrom
fwuensche/remove-dependabot

Conversation

@fwuensche
Copy link
Copy Markdown
Contributor

Removes the Dependabot version update configuration. GitHub will continue to create security update PRs automatically, as Dependabot security updates are controlled separately in the repository settings and remain enabled.

This change stops the weekly version bump PRs while maintaining protection against known vulnerabilities.

fwuensche and others added 6 commits March 12, 2026 10:44
GitHub will still create PRs for security vulnerabilities even without
this file, since Dependabot security updates are controlled separately
in the repository settings.
The `click_on 'Login'` call could fail with "Node with given id does
not belong to the document" when React re-renders the page between
Capybara finding and clicking the element. Using `find().click` lets
Capybara retry on stale element references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Login element is a <button>, not an <a> tag. The previous fix
incorrectly used find('a', ...) which caused all system tests to fail
with Capybara::ElementNotFound.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
After clicking the Login button (form POST), the page navigates through
the OAuth callback and redirects. During this transition, assert_text
can hit a stale DOM node causing a Selenium UnknownError that Capybara
doesn't automatically retry. Rescue and retry once to handle the race.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Revert sign_in helper back to simple click_on/assert_text. Instead, fix
the root cause by adding disable-features=PaintHolding Chrome flag which
prevents Chrome from holding stale page frames during navigation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@fwuensche fwuensche merged commit b3615cb into main Mar 15, 2026
2 checks passed
@fwuensche fwuensche deleted the fwuensche/remove-dependabot branch March 15, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant