Skip to content

Commit 274db7b

Browse files
Fix py-cord update Renovate config (#703)
Update renovate config
1 parent ceb9ac7 commit 274db7b

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,26 @@
2929
},
3030
"packageRules": [
3131
{
32-
"description": "Only update major Python versions manually",
33-
"enabled": false,
32+
"dependencyDashboardApproval": true,
33+
"description": "Only update Python versions after approval",
3434
"matchPackageNames": [
3535
"python"
36+
],
37+
"matchUpdateTypes": [
38+
"major",
39+
"minor"
40+
]
41+
},
42+
{
43+
"dependencyDashboardApproval": true,
44+
"description": "Only update py-cord versions after approval",
45+
"matchPackageNames": [
46+
"py-cord"
47+
],
48+
"matchUpdateTypes": [
49+
"major",
50+
"minor",
51+
"patch"
3652
]
3753
},
3854
{

0 commit comments

Comments
 (0)