Skip to content

Commit 8c01723

Browse files
committed
fix: update rangeStrategy to auto for general and Python dependencies
1 parent 222db2f commit 8c01723

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"github-actions"
1515
],
1616

17-
"rangeStrategy": "pin",
17+
"rangeStrategy": "auto",
1818

1919
"prHourlyLimit": 2,
2020
"prConcurrentLimit": 5,
@@ -55,7 +55,7 @@
5555
"description": "🐍 Python application dependencies (uv / pep621)",
5656
"matchManagers": ["pep621"],
5757
"groupName": "Python dependencies (uv)",
58-
"rangeStrategy": "pin",
58+
"rangeStrategy": "widen",
5959
"separateMinorPatch": true
6060
},
6161

0 commit comments

Comments
 (0)