Skip to content

Commit

Permalink
docs(minimal reproductions): forcing pending updates (#25406)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Oct 25, 2023
1 parent 4f58b35 commit 0fd1a3e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/development/minimal-reproductions.md
Expand Up @@ -86,3 +86,23 @@ After a while, issues without a reproduction may be closed unfixed.

Thank you for describing your issue in detail.
But we still need a minimal reproduction in a repository, and we'd like you to be the one to make sure it matches both your description as well as expected behavior.

### Forcing Renovate to create a lot of pending updates

Put a old version of a frequently updated dependency in your repository.
Set a high `minimumReleaseAge` for that dependency, for example:

```json
{
"extends": ["config:best-practices"],
"packageRules": [
{
"description": "Force lots of pending updates for the Prettier package",
"matchPackageNames": ["prettier"],
"minimumReleaseAge": "365 days"
}
]
}
```

You'll get a lot of pending updates, which you can see on the Dependency Dashboard.

0 comments on commit 0fd1a3e

Please sign in to comment.