|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "baseBranches": ["main", "v1.29.x"], |
4 | 3 | "extends": [ |
5 | 4 | "config:recommended", |
6 | 5 | ":disableDependencyDashboard", |
|
23 | 22 | "**/__fixtures__/**" |
24 | 23 | ], |
25 | 24 | "packageRules": [ |
26 | | - { |
27 | | - "matchBaseBranches": ["v1.29.x"], |
28 | | - "matchPackageNames": ["*"], |
29 | | - "enabled": false |
30 | | - }, |
31 | 25 | { |
32 | 26 | "groupName": "Rimraf", |
33 | 27 | "extends": ["schedule:weekly"], |
34 | 28 | "matchPackageNames": ["rimraf"], |
35 | | - "semanticCommitType": "chore", |
36 | | - "matchBaseBranches": ["main"] |
| 29 | + "semanticCommitType": "chore" |
37 | 30 | }, |
38 | 31 | { |
39 | 32 | "groupName": "UI5 Web Components", |
40 | | - "matchBaseBranches": ["main"], |
41 | 33 | "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"] |
42 | 34 | }, |
43 | 35 | { |
44 | 36 | "groupName": "vite & plugins", |
45 | | - "matchBaseBranches": ["main"], |
46 | 37 | "matchPackageNames": ["/vite/", "!@storybook/react-vite"] |
47 | 38 | }, |
48 | 39 | { |
49 | 40 | "extends": ["schedule:weekly"], |
50 | 41 | "groupName": "storybook monorepo", |
51 | 42 | "matchSourceUrls": ["https://github.com/storybookjs/storybook"], |
52 | | - "semanticCommitType": "chore", |
53 | | - "matchBaseBranches": ["main"] |
| 43 | + "semanticCommitType": "chore" |
54 | 44 | }, |
55 | 45 | { |
56 | 46 | "description": "root package dependencies", |
|
60 | 50 | "groupSlug": "root-all-minor-patch", |
61 | 51 | "matchFileNames": ["package.json"], |
62 | 52 | "matchUpdateTypes": ["minor", "patch"], |
63 | | - "matchBaseBranches": ["main"], |
64 | 53 | "matchPackageNames": [ |
65 | 54 | "!react", |
66 | 55 | "!react-dom", |
|
79 | 68 | "groupName": "all non-major dependencies (examples, templates & patterns)", |
80 | 69 | "groupSlug": "examples-all-minor-patch", |
81 | 70 | "matchUpdateTypes": ["minor", "patch"], |
82 | | - "matchBaseBranches": ["main"], |
83 | 71 | "matchPackageNames": ["*", "!/^@ui5//"] |
84 | 72 | }, |
85 | 73 | { |
|
88 | 76 | "groupSlug": "examples-ui5-webcomponents-react", |
89 | 77 | "matchFileNames": ["examples/**", "templates/**", "patterns/**"], |
90 | 78 | "semanticCommitType": "chore", |
91 | | - "matchBaseBranches": ["main"], |
92 | 79 | "matchSourceUrls": [ |
93 | 80 | "https://github.com/SAP/ui5-webcomponents{/,}**", |
94 | 81 | "https://github.com/SAP/ui5-webcomponents-react{/,}**" |
|
100 | 87 | "groupSlug": "root-ui5-webcomponents", |
101 | 88 | "matchFileNames": ["package.json"], |
102 | 89 | "semanticCommitType": "chore", |
103 | | - "matchBaseBranches": ["main"], |
104 | 90 | "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"] |
105 | 91 | }, |
106 | | - { |
107 | | - "extends": ["schedule:weekly"], |
108 | | - "description": "V1 UI5WC/R dependency updates", |
109 | | - "matchBaseBranches": ["v1.29.x"], |
110 | | - "groupName": "Legacy Branch Updates", |
111 | | - "groupSlug": "legacy-branch-updates", |
112 | | - "matchUpdateTypes": ["patch"], |
113 | | - "semanticCommitType": "chore", |
114 | | - "enabled": true, |
115 | | - "matchSourceUrls": [ |
116 | | - "https://github.com/SAP/ui5-webcomponents{/,}**", |
117 | | - "https://github.com/SAP/ui5-webcomponents-react{/,}**" |
118 | | - ] |
119 | | - }, |
120 | 92 | { |
121 | 93 | "groupName": "Typescript", |
122 | 94 | "description": "Typescript dependency update", |
|
0 commit comments