chore: Add 3-day Dependabot cooldown, excluding fastlane plugin#7013
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rickvdl
approved these changes
Jun 16, 2026
rickvdl
left a comment
Member
There was a problem hiding this comment.
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 :)
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! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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_internalis 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
cooldownblock withdefault-days: 3, so daily PRs won’t target gem versions published in the last three days.fastlane-plugin-revenuecat_internalis listed undercooldown.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.