|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "extends": ["config:base", "schedule:weekly", "group:allNonMajor"], |
| 3 | + "extends": ["config:recommended", "schedule:weekly", "group:allNonMajor"], |
4 | 4 | "labels": ["dependencies"], |
5 | 5 | "ignorePaths": ["**/__tests__/**"], |
6 | 6 | "rangeStrategy": "bump", |
7 | 7 | "packageRules": [ |
8 | 8 | { |
9 | | - "depTypeList": ["peerDependencies"], |
| 9 | + "matchDepTypes": ["peerDependencies"], |
10 | 10 | "enabled": false, |
11 | 11 | }, |
12 | 12 | { |
13 | 13 | "matchDepTypes": ["action"], |
14 | | - "excludePackagePrefixes": ["actions/", "github/"], |
15 | 14 | "pinDigests": true, |
| 15 | + "matchPackageNames": ["!actions/{/,}**", "!github/{/,}**"], |
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "groupName": "rolldown-related dependencies", |
|
38 | 38 | "kill-port", // `kill-port:^2.0.0 has perf issues (#8392) |
39 | 39 | ], |
40 | 40 | "github-actions": { |
41 | | - "fileMatch": [ |
| 41 | + "managerFilePatterns": [ |
42 | 42 | // default values |
43 | | - "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", |
44 | | - "(^|/)action\\.ya?ml$", |
| 43 | + "/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/", |
| 44 | + "/(^|/)action\\.ya?ml$/", |
45 | 45 | // custom value |
46 | | - "(^|/)docs/guide/static-deploy-github-pages\\.yaml$", |
| 46 | + "/(^|/)docs/guide/static-deploy-github-pages\\.yaml$/", |
47 | 47 | ], |
48 | 48 | }, |
49 | 49 | "customManagers": [ |
50 | 50 | { |
51 | 51 | "customType": "regex", |
52 | | - "fileMatch": ["packages\/create-vite\/src\/index\\.ts$"], |
| 52 | + "managerFilePatterns": ["/packages/create-vite/src/index\\.ts$/"], |
53 | 53 | "matchStrings": [ |
54 | | - "\/\/\\s*renovate:\\s+datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)\\s+(?:var|let|const)\\s+\\S+\\s*=\\s*[\"'](?<currentValue>[^\"']+)[\"']", |
| 54 | + "//\\s*renovate:\\s+datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)\\s+(?:var|let|const)\\s+\\S+\\s*=\\s*[\"'](?<currentValue>[^\"']+)[\"']", |
55 | 55 | ], |
56 | 56 | }, |
57 | 57 | ], |
|
0 commit comments