Skip to content

Commit d8152e9

Browse files
authored
chore(config): migrate config renovate.json (#12735)
1 parent a49e9ac commit d8152e9

File tree

1 file changed

+33
-13
lines changed

1 file changed

+33
-13
lines changed

renovate.json

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": [
3+
"config:recommended"
4+
],
35
"prConcurrentLimit": 0,
46
"rebaseWhen": "never",
5-
"masterIssue": true,
7+
"dependencyDashboard": true,
68
"poetry": {
7-
"fileMatch": ["pyproject.toml"]
9+
"fileMatch": [
10+
"pyproject.toml"
11+
]
812
},
913
"pip_requirements": {
1014
"fileMatch": [
@@ -24,24 +28,40 @@
2428
],
2529
"packageRules": [
2630
{
27-
"packagePatterns": ["pytest"],
28-
"separateMinorPatch": true
31+
"separateMinorPatch": true,
32+
"matchPackageNames": [
33+
"/pytest/"
34+
]
2935
},
3036
{
31-
"packagePatterns": ["pytest"],
32-
"updateTypes": ["patch"],
33-
"enabled": false
37+
"matchUpdateTypes": [
38+
"patch"
39+
],
40+
"enabled": false,
41+
"matchPackageNames": [
42+
"/pytest/"
43+
]
3444
},
3545
{
36-
"matchUpdateTypes": ["minor"],
37-
"extends": ["schedule:monthly"]
46+
"matchUpdateTypes": [
47+
"minor"
48+
],
49+
"extends": [
50+
"schedule:monthly"
51+
]
3852
},
3953
{
40-
"matchUpdateTypes": ["patch"],
41-
"extends": ["schedule:quarterly"]
54+
"matchUpdateTypes": [
55+
"patch"
56+
],
57+
"extends": [
58+
"schedule:quarterly"
59+
]
4260
}
4361
],
4462
"vulnerabilityAlerts": {
45-
"schedule": ["at any time"]
63+
"schedule": [
64+
"at any time"
65+
]
4666
}
4767
}

0 commit comments

Comments
 (0)