|
11 | 11 | "enabled": true, |
12 | 12 | "dependencyDashboardApproval": false |
13 | 13 | }, |
14 | | - "baseBranches": ["main"], |
| 14 | + "baseBranchPatterns": [ |
| 15 | + "main" |
| 16 | + ], |
15 | 17 | "recreateWhen": "never", |
16 | 18 | "timezone": "America/New_York", |
17 | 19 | "packageRules": [ |
18 | 20 | { |
19 | 21 | "groupName": "Python dependencies (minor and patch)", |
20 | | - "matchUpdateTypes": ["minor", "patch"], |
21 | | - "matchFileNames": ["pyproject.toml"], |
22 | | - "schedule": ["before 7am on monday"], |
| 22 | + "matchUpdateTypes": [ |
| 23 | + "minor", |
| 24 | + "patch" |
| 25 | + ], |
| 26 | + "matchFileNames": [ |
| 27 | + "pyproject.toml" |
| 28 | + ], |
| 29 | + "schedule": [ |
| 30 | + "before 7am on monday" |
| 31 | + ], |
23 | 32 | "prPriority": 7 |
24 | 33 | }, |
25 | 34 | { |
26 | 35 | "groupName": "Python dependencies (major)", |
27 | | - "matchUpdateTypes": ["major"], |
28 | | - "matchFileNames": ["pyproject.toml"], |
29 | | - "schedule": ["after 7pm on thursday"], |
| 36 | + "matchUpdateTypes": [ |
| 37 | + "major" |
| 38 | + ], |
| 39 | + "matchFileNames": [ |
| 40 | + "pyproject.toml" |
| 41 | + ], |
| 42 | + "schedule": [ |
| 43 | + "after 7pm on thursday" |
| 44 | + ], |
30 | 45 | "prPriority": 10 |
31 | 46 | }, |
32 | 47 | { |
33 | | - "groupName": "GitHub Actions", |
34 | | - "matchManagers": ["github-actions"], |
35 | | - "matchFileNames": [".github/workflows/**"], |
36 | | - "schedule": ["before 6pm on wednesday"], |
37 | | - "prPriority": 5, |
38 | | - "dependencyDashboardApproval": false |
39 | | - } |
| 48 | + "groupName": "GitHub Actions", |
| 49 | + "matchManagers": [ |
| 50 | + "github-actions" |
| 51 | + ], |
| 52 | + "matchFileNames": [ |
| 53 | + ".github/workflows/**" |
| 54 | + ], |
| 55 | + "schedule": [ |
| 56 | + "before 6pm on wednesday" |
| 57 | + ], |
| 58 | + "prPriority": 5, |
| 59 | + "dependencyDashboardApproval": false |
| 60 | + } |
40 | 61 | ] |
41 | 62 | } |
0 commit comments