Skip to content

chore: Add 3-day Dependabot cooldown, excluding fastlane plugin#7013

Merged
tonidero merged 1 commit into
mainfrom
dependabot-cooldown
Jun 16, 2026
Merged

chore: Add 3-day Dependabot cooldown, excluding fastlane plugin#7013
tonidero merged 1 commit into
mainfrom
dependabot-cooldown

Conversation

@tonidero

@tonidero tonidero commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Adds a 3-day cooldown to Dependabot so we don't pick up dependency versions that were released less than 3 days ago. Our own fastlane-plugin-revenuecat_internal is excluded from the cooldown so it continues to update immediately.


Note

Low Risk
Only changes Dependabot scheduling behavior; no application runtime, auth, or data paths are affected.

Overview
Dependabot’s bundler update entry now includes a cooldown block with default-days: 3, so daily PRs won’t target gem versions published in the last three days.

fastlane-plugin-revenuecat_internal is listed under cooldown.exclude, so that dependency can still be bumped as soon as Dependabot sees a new release.

Reviewed by Cursor Bugbot for commit 1a4e8ae. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tonidero tonidero marked this pull request as ready for review June 16, 2026 08:53
@tonidero tonidero requested a review from a team as a code owner June 16, 2026 08:53

@rickvdl rickvdl left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice improvement, general question for all of these; could we share (more of the) configuration through a shared github action? Might be worth it for when we do the next tweak :)

@tonidero

Copy link
Copy Markdown
Contributor Author

Hmm possibly... This is dependabot, and not a typical github action so not totally sure TBH. If dependabot can be run through a normal github action, I think that it should totally be doable indeed!

@tonidero tonidero merged commit dec41b7 into main Jun 16, 2026
19 of 21 checks passed
@tonidero tonidero deleted the dependabot-cooldown branch June 16, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants