|
20 | 20 | ],
|
21 | 21 |
|
22 | 22 | "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 | + }, |
23 | 37 | {
|
24 | 38 | "groupName": "boto",
|
25 | 39 | "matchManagers": ["pep621"],
|
|
44 | 58 | "matchPackageNames": ["playwright", "pytest-playwright"],
|
45 | 59 | "schedule": ["* 0-3 1 * *"], // monthly
|
46 | 60 | },
|
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 |
| - }, |
61 | 61 | {
|
62 | 62 | // We don't want notifications about Django 5
|
63 | 63 | // until 5.2 LTS is released in 2025
|
|
0 commit comments