Skip to content

Commit

Permalink
added grouping to dependabot config (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLozensky authored Oct 24, 2024
1 parent bb43fbe commit f97314c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,20 @@ updates:
labels:
- "dependabot"
- "dependencies"
groups:
# Groups all recommended minor and patch updates with a security designation into a single PR
security:
applies-to: security-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
# Groups all minor and patch non-security designated version updates into a single PR
notsecurity:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit f97314c

Please sign in to comment.