Skip to content

Commit 4995ed3

Browse files
authored
chore(renovate): create chromatic and Cypress group (UI5#8767)
1 parent b233f2b commit 4995ed3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,29 @@
5656
"!react-dom",
5757
"!storybook",
5858
"!rimraf",
59+
"!chromatic",
60+
"!cypress",
61+
"!cypress-real-events",
62+
"!@testing-library/cypress",
5963
"!@joshwooding/vite-plugin-react-docgen-typescript",
6064
"!/^@storybook//",
6165
"!/^@ui5//"
6266
]
6367
},
68+
{
69+
"description": "Chromatic CLI and GitHub Action",
70+
"extends": ["schedule:weekly"],
71+
"groupName": "Chromatic",
72+
"semanticCommitType": "chore",
73+
"matchPackageNames": ["chromatic", "chromaui/action"]
74+
},
75+
{
76+
"description": "Cypress ecosystem",
77+
"extends": ["schedule:weekly"],
78+
"groupName": "Cypress",
79+
"semanticCommitType": "chore",
80+
"matchPackageNames": ["cypress", "cypress-real-events", "@testing-library/cypress", "cypress-io/github-action"]
81+
},
6482
{
6583
"description": "Example,Template & Pattern dependencies",
6684
"extends": ["schedule:weekly"],

0 commit comments

Comments
 (0)