Skip to content

Commit

Permalink
Ensure "axe-*" is a member of the "testing" group, as it's only used …
Browse files Browse the repository at this point in the history
…for e2e tests
  • Loading branch information
tdonohue authored Oct 25, 2024
1 parent 43630bb commit 497f4fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ updates:
applies-to: version-updates
patterns:
- "@cypress*"
- "axe-*"
- "cypress*"
- "jasmine*"
- "karma*"
Expand All @@ -84,6 +85,7 @@ updates:
applies-to: security-updates
patterns:
- "@cypress*"
- "axe-*"
- "cypress*"
- "jasmine*"
- "karma*"
Expand Down Expand Up @@ -185,6 +187,7 @@ updates:
applies-to: version-updates
patterns:
- "@cypress*"
- "axe-*"
- "cypress*"
- "jasmine*"
- "karma*"
Expand Down Expand Up @@ -262,6 +265,7 @@ updates:
applies-to: version-updates
patterns:
- "@cypress*"
- "axe-*"
- "cypress*"
- "jasmine*"
- "karma*"
Expand Down

0 comments on commit 497f4fd

Please sign in to comment.