We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb9ac7 commit 274db7bCopy full SHA for 274db7b
1 file changed
.github/renovate.json
@@ -29,10 +29,26 @@
29
},
30
"packageRules": [
31
{
32
- "description": "Only update major Python versions manually",
33
- "enabled": false,
+ "dependencyDashboardApproval": true,
+ "description": "Only update Python versions after approval",
34
"matchPackageNames": [
35
"python"
36
+ ],
37
+ "matchUpdateTypes": [
38
+ "major",
39
+ "minor"
40
+ ]
41
+ },
42
+ {
43
44
+ "description": "Only update py-cord versions after approval",
45
+ "matchPackageNames": [
46
+ "py-cord"
47
48
49
50
+ "minor",
51
+ "patch"
52
]
53
54
0 commit comments