|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "baseBranches": ["main"], |
4 | 3 | "extends": [ |
5 | 4 | "config:recommended", |
6 | 5 | ":disableDependencyDashboard", |
|
27 | 26 | "groupName": "Rimraf", |
28 | 27 | "extends": ["schedule:weekly"], |
29 | 28 | "matchPackageNames": ["rimraf"], |
30 | | - "semanticCommitType": "chore", |
31 | | - "matchBaseBranches": ["main"] |
| 29 | + "semanticCommitType": "chore" |
32 | 30 | }, |
33 | 31 | { |
34 | 32 | "groupName": "UI5 Web Components", |
35 | | - "matchBaseBranches": ["main"], |
36 | 33 | "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"] |
37 | 34 | }, |
38 | 35 | { |
39 | 36 | "groupName": "vite & plugins", |
40 | | - "matchBaseBranches": ["main"], |
41 | 37 | "matchPackageNames": ["/vite/", "!@storybook/react-vite"] |
42 | 38 | }, |
43 | 39 | { |
44 | 40 | "extends": ["schedule:weekly"], |
45 | 41 | "groupName": "storybook monorepo", |
46 | 42 | "matchSourceUrls": ["https://github.com/storybookjs/storybook"], |
47 | | - "semanticCommitType": "chore", |
48 | | - "matchBaseBranches": ["main"] |
| 43 | + "semanticCommitType": "chore" |
49 | 44 | }, |
50 | 45 | { |
51 | 46 | "description": "root package dependencies", |
|
55 | 50 | "groupSlug": "root-all-minor-patch", |
56 | 51 | "matchFileNames": ["package.json"], |
57 | 52 | "matchUpdateTypes": ["minor", "patch"], |
58 | | - "matchBaseBranches": ["main"], |
59 | 53 | "matchPackageNames": [ |
60 | 54 | "!react", |
61 | 55 | "!react-dom", |
|
74 | 68 | "groupName": "all non-major dependencies (examples, templates & patterns)", |
75 | 69 | "groupSlug": "examples-all-minor-patch", |
76 | 70 | "matchUpdateTypes": ["minor", "patch"], |
77 | | - "matchBaseBranches": ["main"], |
78 | 71 | "matchPackageNames": ["*", "!/^@ui5//"] |
79 | 72 | }, |
80 | 73 | { |
|
83 | 76 | "groupSlug": "examples-ui5-webcomponents-react", |
84 | 77 | "matchFileNames": ["examples/**", "templates/**", "patterns/**"], |
85 | 78 | "semanticCommitType": "chore", |
86 | | - "matchBaseBranches": ["main"], |
87 | 79 | "matchSourceUrls": [ |
88 | 80 | "https://github.com/SAP/ui5-webcomponents{/,}**", |
89 | 81 | "https://github.com/SAP/ui5-webcomponents-react{/,}**" |
|
95 | 87 | "groupSlug": "root-ui5-webcomponents", |
96 | 88 | "matchFileNames": ["package.json"], |
97 | 89 | "semanticCommitType": "chore", |
98 | | - "matchBaseBranches": ["main"], |
99 | 90 | "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"] |
100 | 91 | }, |
101 | 92 | { |
|
0 commit comments