renovate: use in-range-only strategy for python (#5937)
This commit is contained in:
+1
-5
@@ -2,10 +2,6 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:base", "docker:pinDigests"],
|
||||
"minimumReleaseAge": "5 days",
|
||||
"constraints": {
|
||||
"python": "< 3.12"
|
||||
},
|
||||
"constraintsFiltering": "strict",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchFileNames": ["cli/**"],
|
||||
@@ -46,7 +42,7 @@
|
||||
{
|
||||
"matchFileNames": ["machine-learning/**"],
|
||||
"groupName": "machine-learning",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"rangeStrategy": "in-range-only",
|
||||
"schedule": "on tuesday"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user