Skip to content

Commit 96c09cf

Browse files
committed
remove redundant configs
1 parent 1216e90 commit 96c09cf

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/renovate.json

Lines changed: 2 additions & 11 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"],
43
"extends": [
54
"config:recommended",
65
":disableDependencyDashboard",
@@ -27,25 +26,21 @@
2726
"groupName": "Rimraf",
2827
"extends": ["schedule:weekly"],
2928
"matchPackageNames": ["rimraf"],
30-
"semanticCommitType": "chore",
31-
"matchBaseBranches": ["main"]
29+
"semanticCommitType": "chore"
3230
},
3331
{
3432
"groupName": "UI5 Web Components",
35-
"matchBaseBranches": ["main"],
3633
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
3734
},
3835
{
3936
"groupName": "vite & plugins",
40-
"matchBaseBranches": ["main"],
4137
"matchPackageNames": ["/vite/", "!@storybook/react-vite"]
4238
},
4339
{
4440
"extends": ["schedule:weekly"],
4541
"groupName": "storybook monorepo",
4642
"matchSourceUrls": ["https://github.com/storybookjs/storybook"],
47-
"semanticCommitType": "chore",
48-
"matchBaseBranches": ["main"]
43+
"semanticCommitType": "chore"
4944
},
5045
{
5146
"description": "root package dependencies",
@@ -55,7 +50,6 @@
5550
"groupSlug": "root-all-minor-patch",
5651
"matchFileNames": ["package.json"],
5752
"matchUpdateTypes": ["minor", "patch"],
58-
"matchBaseBranches": ["main"],
5953
"matchPackageNames": [
6054
"!react",
6155
"!react-dom",
@@ -74,7 +68,6 @@
7468
"groupName": "all non-major dependencies (examples, templates & patterns)",
7569
"groupSlug": "examples-all-minor-patch",
7670
"matchUpdateTypes": ["minor", "patch"],
77-
"matchBaseBranches": ["main"],
7871
"matchPackageNames": ["*", "!/^@ui5//"]
7972
},
8073
{
@@ -83,7 +76,6 @@
8376
"groupSlug": "examples-ui5-webcomponents-react",
8477
"matchFileNames": ["examples/**", "templates/**", "patterns/**"],
8578
"semanticCommitType": "chore",
86-
"matchBaseBranches": ["main"],
8779
"matchSourceUrls": [
8880
"https://github.com/SAP/ui5-webcomponents{/,}**",
8981
"https://github.com/SAP/ui5-webcomponents-react{/,}**"
@@ -95,7 +87,6 @@
9587
"groupSlug": "root-ui5-webcomponents",
9688
"matchFileNames": ["package.json"],
9789
"semanticCommitType": "chore",
98-
"matchBaseBranches": ["main"],
9990
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
10091
},
10192
{

0 commit comments

Comments
 (0)