Skip to content

Commit 4217aed

Browse files
committed
re-order packageRules
Declare the most general rules first and then override them with more specific rules for boto, cdk, ruff, playwright, django
1 parent e77661d commit 4217aed

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

renovate.json5

+14-14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
],
2121

2222
"packageRules": [
23+
{
24+
"matchManagers": ["pep621"],
25+
"matchDepTypes": ["project.dependencies"],
26+
"schedule": ["before 4am on monday"], // weekly
27+
},
28+
{
29+
"matchManagers": ["npm"],
30+
"schedule": ["before 4am on monday"], // weekly
31+
},
32+
{
33+
"matchManagers": ["pep621"],
34+
"matchDepTypes": ["dependency-groups"],
35+
"schedule": ["* 0-3 1 * *"], // monthly
36+
},
2337
{
2438
"groupName": "boto",
2539
"matchManagers": ["pep621"],
@@ -44,20 +58,6 @@
4458
"matchPackageNames": ["playwright", "pytest-playwright"],
4559
"schedule": ["* 0-3 1 * *"], // monthly
4660
},
47-
{
48-
"matchManagers": ["pep621"],
49-
"matchDepTypes": ["project.dependencies"],
50-
"schedule": ["before 4am on monday"], // weekly
51-
},
52-
{
53-
"matchManagers": ["npm"],
54-
"schedule": ["before 4am on monday"], // weekly
55-
},
56-
{
57-
"matchManagers": ["pep621"],
58-
"matchDepTypes": ["dependency-groups"],
59-
"schedule": ["* 0-3 1 * *"], // monthly
60-
},
6161
{
6262
// We don't want notifications about Django 5
6363
// until 5.2 LTS is released in 2025

0 commit comments

Comments
 (0)