Skip to content

Commit 497f4fd

Browse files
authored
Ensure "axe-*" is a member of the "testing" group, as it's only used for e2e tests
1 parent 43630bb commit 497f4fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ updates:
7272
applies-to: version-updates
7373
patterns:
7474
- "@cypress*"
75+
- "axe-*"
7576
- "cypress*"
7677
- "jasmine*"
7778
- "karma*"
@@ -84,6 +85,7 @@ updates:
8485
applies-to: security-updates
8586
patterns:
8687
- "@cypress*"
88+
- "axe-*"
8789
- "cypress*"
8890
- "jasmine*"
8991
- "karma*"
@@ -185,6 +187,7 @@ updates:
185187
applies-to: version-updates
186188
patterns:
187189
- "@cypress*"
190+
- "axe-*"
188191
- "cypress*"
189192
- "jasmine*"
190193
- "karma*"
@@ -262,6 +265,7 @@ updates:
262265
applies-to: version-updates
263266
patterns:
264267
- "@cypress*"
268+
- "axe-*"
265269
- "cypress*"
266270
- "jasmine*"
267271
- "karma*"

0 commit comments

Comments
 (0)