Skip to content

Commit 8de85fd

Browse files
sjd78sshveta
authored andcommitted
🌱 Update dependabot config to include cypress workspace (konveyor#2674)
Update dependabot config to include cypress workspace and related changes to root and client workspaces. Signed-off-by: Scott J Dickerson <[email protected]>
1 parent 4b69299 commit 8de85fd

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ updates:
3939
- "husky"
4040
- "*eslint-plugin-*"
4141

42-
"testing-tools":
43-
patterns:
44-
- "jest*"
45-
- "@types/jest"
46-
- "ts-jest"
47-
4842
"typescript-tooling":
4943
patterns:
5044
- "typescript"
@@ -124,6 +118,13 @@ updates:
124118
- "js-yaml"
125119
- "xmllint-wasm"
126120

121+
"testing-tools":
122+
patterns:
123+
- "jest*"
124+
- "@types/jest"
125+
- "ts-jest"
126+
- "@testing-library/*"
127+
127128
# Server workspace dependencies
128129
- package-ecosystem: "npm"
129130
directory: "/server"
@@ -151,3 +152,14 @@ updates:
151152
prefix: ":ghost: "
152153
allow:
153154
- dependency-type: direct
155+
156+
# Cypress workspace dependencies
157+
- package-ecosystem: "npm"
158+
directory: "/cypress"
159+
schedule:
160+
interval: "monthly"
161+
day: monday
162+
commit-message:
163+
prefix: ":ghost: "
164+
allow:
165+
- dependency-type: direct

0 commit comments

Comments
 (0)