Skip to content

Commit

Permalink
Don't force a range strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Sep 22, 2024
1 parent 5d143d2 commit 0bfffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"separateMajorMinor": false,
"lockFileMaintenance": { "enabled": true },
"enabledManagers": ["pep621"],
"pep621": { "cloneSubmodules": true, "rangeStrategy": "update-lockfile" },
"pep621": { "cloneSubmodules": true },
"packageRules": [
{
"groupName": "all",
Expand Down

0 comments on commit 0bfffa6

Please sign in to comment.