Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 29, 2023
1 parent 018ee79 commit 68bffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ module.exports = {
constraints: {
php: `>=${ versions.MIN_PHP_VERSION }.0`,
},
constraintsFiltering: 'strict',
rangeStrategy: 'widen',
},
{
Expand All @@ -100,6 +99,7 @@ module.exports = {
constraints: {
php: `~${ versions.MIN_PHP_VERSION }.0`,
},
constraintsFiltering: 'strict',
rangeStrategy: 'bump',
},
],
Expand Down

0 comments on commit 68bffb0

Please sign in to comment.