|
20 | 20 | ],
|
21 | 21 | "packageRules": [
|
22 | 22 | {
|
23 |
| - "groupName": "GitHub Actions update", |
| 23 | + "groupName": "GitHub Actions", |
24 | 24 | "matchManagers": ["github-actions"],
|
25 | 25 | "description": "Quarterly update of GitHub Action dependencies",
|
26 | 26 | "separateMajorMinor": "false",
|
27 | 27 | "schedule": ["every 3 months on the first day of the month"]
|
28 | 28 | },
|
29 | 29 | {
|
30 |
| - "groupName": "Quarterly dependency update", |
| 30 | + "groupName": "most test/lint dependencies", |
31 | 31 | "matchManagers": ["pip_requirements", "pre-commit"],
|
32 | 32 | "excludePackageNames": ["pytype", "pyright"],
|
33 | 33 | "description": "Quarterly update of most test dependencies",
|
34 | 34 | "separateMajorMinor": "false",
|
35 | 35 | "schedule": ["every 3 months on the first day of the month"]
|
36 | 36 | },
|
37 | 37 | {
|
38 |
| - "groupName": "Daily dependency update", |
| 38 | + "groupName": "pytype and pyright", |
39 | 39 | "matchManagers": ["pip_requirements", "regex"],
|
40 | 40 | "matchPackageNames": ["pytype", "pyright"],
|
41 | 41 | "description": "Daily update of pyright and pytype",
|
|
0 commit comments