Skip to content

Commit 9b42693

Browse files
authored
chore(renovate): remove v1 config (#7472)
1 parent 1d52988 commit 9b42693

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

.github/renovate.json

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"baseBranches": ["main", "v1.29.x"],
43
"extends": [
54
"config:recommended",
65
":disableDependencyDashboard",
@@ -23,34 +22,25 @@
2322
"**/__fixtures__/**"
2423
],
2524
"packageRules": [
26-
{
27-
"matchBaseBranches": ["v1.29.x"],
28-
"matchPackageNames": ["*"],
29-
"enabled": false
30-
},
3125
{
3226
"groupName": "Rimraf",
3327
"extends": ["schedule:weekly"],
3428
"matchPackageNames": ["rimraf"],
35-
"semanticCommitType": "chore",
36-
"matchBaseBranches": ["main"]
29+
"semanticCommitType": "chore"
3730
},
3831
{
3932
"groupName": "UI5 Web Components",
40-
"matchBaseBranches": ["main"],
4133
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
4234
},
4335
{
4436
"groupName": "vite & plugins",
45-
"matchBaseBranches": ["main"],
4637
"matchPackageNames": ["/vite/", "!@storybook/react-vite"]
4738
},
4839
{
4940
"extends": ["schedule:weekly"],
5041
"groupName": "storybook monorepo",
5142
"matchSourceUrls": ["https://github.com/storybookjs/storybook"],
52-
"semanticCommitType": "chore",
53-
"matchBaseBranches": ["main"]
43+
"semanticCommitType": "chore"
5444
},
5545
{
5646
"description": "root package dependencies",
@@ -60,7 +50,6 @@
6050
"groupSlug": "root-all-minor-patch",
6151
"matchFileNames": ["package.json"],
6252
"matchUpdateTypes": ["minor", "patch"],
63-
"matchBaseBranches": ["main"],
6453
"matchPackageNames": [
6554
"!react",
6655
"!react-dom",
@@ -79,7 +68,6 @@
7968
"groupName": "all non-major dependencies (examples, templates & patterns)",
8069
"groupSlug": "examples-all-minor-patch",
8170
"matchUpdateTypes": ["minor", "patch"],
82-
"matchBaseBranches": ["main"],
8371
"matchPackageNames": ["*", "!/^@ui5//"]
8472
},
8573
{
@@ -88,7 +76,6 @@
8876
"groupSlug": "examples-ui5-webcomponents-react",
8977
"matchFileNames": ["examples/**", "templates/**", "patterns/**"],
9078
"semanticCommitType": "chore",
91-
"matchBaseBranches": ["main"],
9279
"matchSourceUrls": [
9380
"https://github.com/SAP/ui5-webcomponents{/,}**",
9481
"https://github.com/SAP/ui5-webcomponents-react{/,}**"
@@ -100,23 +87,8 @@
10087
"groupSlug": "root-ui5-webcomponents",
10188
"matchFileNames": ["package.json"],
10289
"semanticCommitType": "chore",
103-
"matchBaseBranches": ["main"],
10490
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
10591
},
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-
},
12092
{
12193
"groupName": "Typescript",
12294
"description": "Typescript dependency update",

0 commit comments

Comments
 (0)