Skip to content

Commit 249fbe3

Browse files
authored
chore(renovate): create rule for ui5wc root deps (#6914)
1 parent aee6c53 commit 249fbe3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@
4848
"groupSlug": "root-all-minor-patch",
4949
"matchFileNames": ["package.json"],
5050
"matchUpdateTypes": ["minor", "patch"],
51-
"excludePackageNames": ["react", "react-dom", "storybook", "rimraf", "@joshwooding/vite-plugin-react-docgen-typescript"],
51+
"excludePackageNames": [
52+
"react",
53+
"react-dom",
54+
"storybook",
55+
"rimraf",
56+
"@joshwooding/vite-plugin-react-docgen-typescript"
57+
],
5258
"excludePackagePatterns": ["^@storybook/", "^@ui5/"]
5359
},
5460
{
@@ -72,6 +78,14 @@
7278
"https://github.com/SAP/ui5-webcomponents-react"
7379
],
7480
"semanticCommitType": "chore"
81+
},
82+
{
83+
"description": "UI5 Web Components in root",
84+
"groupName": "UI5 Web Components (root)",
85+
"groupSlug": "root-ui5-webcomponents",
86+
"matchFileNames": ["package.json"],
87+
"matchSourceUrlPrefixes": ["https://github.com/SAP/ui5-webcomponents"],
88+
"semanticCommitType": "chore"
7589
}
7690
]
7791
}

0 commit comments

Comments
 (0)