|
1 | 1 | {
|
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
3 |
| - "baseBranches": ["main", "v1.29.x"], |
| 3 | + "baseBranches": ["main"], |
4 | 4 | "extends": [
|
5 | 5 | "config:recommended",
|
6 | 6 | ":disableDependencyDashboard",
|
|
23 | 23 | "**/__fixtures__/**"
|
24 | 24 | ],
|
25 | 25 | "packageRules": [
|
26 |
| - { |
27 |
| - "matchBaseBranches": ["v1.29.x"], |
28 |
| - "matchPackageNames": ["*"], |
29 |
| - "enabled": false |
30 |
| - }, |
31 | 26 | {
|
32 | 27 | "groupName": "Rimraf",
|
33 | 28 | "extends": ["schedule:weekly"],
|
|
103 | 98 | "matchBaseBranches": ["main"],
|
104 | 99 | "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
|
105 | 100 | },
|
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 | 101 | {
|
121 | 102 | "groupName": "Typescript",
|
122 | 103 | "description": "Typescript dependency update",
|
|
0 commit comments