Skip to content

Commit

Permalink
ci(GitHub): fix Dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfmoehre authored Sep 4, 2023
1 parent 1cc5480 commit 81083c7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ updates:
interval: daily
assignees:
- "kampfmoehre"
groups:
roslynator:
patterns:
- "Roslynator.CodeAnalysis.*"
xunit:
patterns:
- "xunit"
- "xunit.*"
- directory: /
open-pull-requests-limit: 10
package-ecosystem: npm
Expand All @@ -19,13 +27,9 @@ updates:
commit-message:
prefix: "ci"
groups:
roslynator:
commitlint:
patterns:
- "Roslynator.CodeAnalysis.*"
xunit:
patterns:
- "xunit"
- "xunit.*"
- "@commitlint/*"
- directory: /
open-pull-requests-limit: 10
package-ecosystem: github-actions
Expand Down

0 comments on commit 81083c7

Please sign in to comment.