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