Skip to content

Add Dependabot Tapioca workflow#2043

Merged
benrfairless merged 2 commits into
mainfrom
chore/dependabot-github-actions
May 1, 2026
Merged

Add Dependabot Tapioca workflow#2043
benrfairless merged 2 commits into
mainfrom
chore/dependabot-github-actions

Conversation

@benrfairless
Copy link
Copy Markdown
Member

Relevant issue(s)

What does this do?

Adds a GitHub Actions workflow for Dependabot to automatically update Tapioca RBI files.

Why was this needed?

CI will always fail when Dependabot creates a PR, as the Tapioca gems are not updated. This new Github action ensures that when Dependabot creates or updates a PR, the Tapioca RBI files are updated.

Implementation/Deploy Steps (Optional)

Notes to reviewer (Optional)

@benrfairless benrfairless requested review from a team as code owners April 28, 2026 09:24
@benrfairless benrfairless enabled auto-merge April 28, 2026 09:24
@benrfairless benrfairless self-assigned this Apr 28, 2026
Comment thread .github/workflows/dependabot-tapioca.yml Fixed
Copy link
Copy Markdown
Member Author

@benrfairless benrfairless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once this has been merged, it might be worthwhile running:

gh search prs \
  --owner dependabot \ 
  --state open \
  --label dependencies \
  --limit 200 \
  --json "url" --jq ".[] | .url" \
| xargs -n 1 -I{} \
  gh pr comment -b "@dependabot rebase" {}

To force Dependabot to rebase all existing dependencies.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 28, 2026

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link
Copy Markdown
Member

@ianheggie-oaf ianheggie-oaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved - I love it! I was wondering how to solve this issue.

@benrfairless benrfairless merged commit aff1159 into main May 1, 2026
6 checks passed
@benrfairless benrfairless deleted the chore/dependabot-github-actions branch May 1, 2026 03:13
@ianheggie-oaf
Copy link
Copy Markdown
Member

@benrfairless - can you run your suggested script pls

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.

3 participants