Skip to content

Commit

Permalink
Fix bug where all security-updates need unique IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue authored Oct 23, 2024
1 parent 92ee89e commit ea8f24d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ updates:
- "minor"
- "patch"
# Group together any testing related security updates
testing:
testing-security:
applies-to: security-updates
patterns:
- "@cypress*"
Expand All @@ -100,7 +100,7 @@ updates:
- "minor"
- "patch"
# Group together any postcss related security updates
postcss:
postcss-security:
applies-to: security-updates
patterns:
- "postcss*"
Expand All @@ -116,8 +116,8 @@ updates:
- "minor"
- "patch"
# Group together any sass related security updates
sass:
applies-to: version-updates
sass-security:
applies-to: security-updates
patterns:
- "sass*"
update-types:
Expand All @@ -132,7 +132,7 @@ updates:
- "minor"
- "patch"
# Group together any webpack related seurity updates
webpack:
webpack-security:
applies-to: security-updates
patterns:
- "webpack*"
Expand Down

0 comments on commit ea8f24d

Please sign in to comment.