Skip to content

Commit

Permalink
chore(renovate.json): set rangeStrategy to widen for python
Browse files Browse the repository at this point in the history
  • Loading branch information
34j committed Oct 26, 2023
1 parent 88a9453 commit 0839a6c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": ["github>browniebroke/renovate-configs:python"]
"extends": ["github>browniebroke/renovate-configs:python"],
"packageRules": [
{
"matchPackageNames": ["python"],
"rangeStrategy": "widen"
}
]
}

0 comments on commit 0839a6c

Please sign in to comment.