Skip to content

Commit

Permalink
docs(stabilityDays): suppress branch/PR creation with `internalChecks…
Browse files Browse the repository at this point in the history
…Filter="strict"` (#16240)
  • Loading branch information
maxbrunet committed Jun 26, 2022
1 parent ca8b206 commit bdc7655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,7 @@ There are a couple of uses for `stabilityDays`:

#### Suppress branch/PR creation for X days

If you combine `stabilityDays=3` and `prCreation="not-pending"` then Renovate will hold back from creating branches until 3 or more days have elapsed since the version was released.
If you combine `stabilityDays=3` and `internalChecksFilter="strict"` then Renovate will hold back from creating branches until 3 or more days have elapsed since the version was released.
It's recommended that you enable `dependencyDashboard=true` so you don't lose visibility of these pending PRs.

#### Prevent holding broken npm packages
Expand Down

0 comments on commit bdc7655

Please sign in to comment.