Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Remove @types grouping because Dependabot already groups types with related dependencies.
  • Loading branch information
tdonohue authored Oct 21, 2024
1 parent 2eaa6b8 commit ce1dc46
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,6 @@ updates:
update-types:
- "minor"
- "patch"
# Group together any @types version updates
types:
applies-to: version-updates
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
# Group together any @types security updates
types:
applies-to: security-updates
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
# Group together any testing related version updates
testing:
applies-to: version-updates
Expand Down Expand Up @@ -217,22 +201,6 @@ updates:
update-types:
- "minor"
- "patch"
# Group together any @types version updates
types:
applies-to: version-updates
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
# Group together any @types security updates
types:
applies-to: security-updates
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
# Group together any testing related version updates
testing:
applies-to: version-updates
Expand Down Expand Up @@ -371,22 +339,6 @@ updates:
update-types:
- "minor"
- "patch"
# Group together any @types version updates
types:
applies-to: version-updates
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
# Group together any @types security updates
types:
applies-to: security-updates
patterns:
- "@types/*"
update-types:
- "minor"
- "patch"
# Group together any testing related version updates
testing:
applies-to: version-updates
Expand Down

0 comments on commit ce1dc46

Please sign in to comment.