Skip to content

Commit

Permalink
Always bump dependencies, instead of widening dependency ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 25, 2022
1 parent 4a12b6a commit 52e9b3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>laminas/.github:renovate-config"
],
"packageRules": [
{
"matchDepTypes": ["require"],
"rangeStrategy": "bump"
}
]
}

0 comments on commit 52e9b3f

Please sign in to comment.