|
1 | 1 | {
|
2 |
| - "extends": ["config:base"], |
3 |
| - "rebaseStalePrs": true, |
| 2 | + "extends": ["config:recommended"], |
| 3 | + "rebaseWhen": "behind-base-branch", |
4 | 4 | "schedule": ["on Monday every 9 weeks of the year starting on the 3rd week"],
|
5 | 5 | "postUpdateOptions": ["npmDedupe"],
|
6 | 6 | "packageRules": [
|
7 | 7 | {
|
8 |
| - "matchFiles": ["package.json"], |
| 8 | + "matchFileNames": ["package.json"], |
9 | 9 | "matchUpdateTypes": ["patch", "minor"],
|
10 | 10 | "groupName": "non-major shared dependencies",
|
11 | 11 | "groupSlug": "shared-minor-patch"
|
12 | 12 | },
|
13 | 13 | {
|
14 |
| - "matchPaths": ["packages/**"], |
| 14 | + "matchFileNames": ["packages/**"], |
15 | 15 | "matchUpdateTypes": ["patch", "minor"],
|
16 | 16 | "groupName": "non-major package dependencies",
|
17 | 17 | "groupSlug": "packages-minor-patch"
|
18 | 18 | },
|
19 | 19 | {
|
20 |
| - "matchPackagePatterns": ["^@zendeskgarden/container"], |
21 |
| - "enabled": false |
| 20 | + "enabled": false, |
| 21 | + "matchPackageNames": ["/^@zendeskgarden/container/"] |
22 | 22 | },
|
23 | 23 | {
|
24 | 24 | "matchDepTypes": ["peerDependencies"],
|
|
0 commit comments