Skip to content

Commit

Permalink
chore: add groups to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Seddryck authored Sep 14, 2024
1 parent c568144 commit d2bde14
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/Expressif/"
directories:
- "/Expressif*/"
schedule:
interval: "daily"
labels:
- "dependency-update"
- package-ecosystem: "nuget"
directory: "/Expressif.Testing/"
schedule:
interval: "daily"
labels:
- "dependency-update"
commit-message:
prefix: "chore"
groups:
NUnit:
patterns:
- "NUnit"
Microsoft.NET.Test.Sdk:
patterns:
- "Microsoft.NET.Test.Sdk"
Moq:
patterns:
- "Moq"
DotNet.ReproducibleBuilds:
patterns:
- "DotNet.ReproducibleBuilds"

0 comments on commit d2bde14

Please sign in to comment.