Skip to content

Commit

Permalink
Revert nuget dependabot back to per project with duplicate groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito committed Sep 3, 2024
1 parent 391e426 commit 5c4f875
Showing 1 changed file with 79 additions and 8 deletions.
87 changes: 79 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,85 @@ updates:
# Dependabot doesn't support glob syntax. Every solution needs an entry

- package-ecosystem: 'nuget'
directories:
- '/src/fdc3/dotnet/DesktopAgent/src/DesktopAgent'
- '/src/messaging/dotnet/src/Client'
- '/src/messaging/dotnet/src/Core'
- '/src/messaging/dotnet/src/Host'
- '/src/messaging/dotnet/src/Server'
- '/src/shell/dotnet/Shell'
- '/prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype'
directory: '/src/fdc3/dotnet/DesktopAgent/src/DesktopAgent'
schedule:
interval: 'monthly'
groups:
infragistics:
patterns:
- 'Infragistics*'
grpc:
patterns:
- 'Grpc*'
- 'Google.Protobuf*'

- package-ecosystem: 'nuget'
directory: '/src/messaging/dotnet/src/Client'
schedule:
interval: 'monthly'
groups:
infragistics:
patterns:
- 'Infragistics*'
grpc:
patterns:
- 'Grpc*'
- 'Google.Protobuf*'

- package-ecosystem: 'nuget'
directory: '/src/messaging/dotnet/src/Core'
schedule:
interval: 'monthly'
groups:
infragistics:
patterns:
- 'Infragistics*'
grpc:
patterns:
- 'Grpc*'
- 'Google.Protobuf*'

- package-ecosystem: 'nuget'
directory: '/src/messaging/dotnet/src/Host'
schedule:
interval: 'monthly'
groups:
infragistics:
patterns:
- 'Infragistics*'
grpc:
patterns:
- 'Grpc*'
- 'Google.Protobuf*'

- package-ecosystem: 'nuget'
directory: '/src/messaging/dotnet/src/Server'
schedule:
interval: 'monthly'
groups:
infragistics:
patterns:
- 'Infragistics*'
grpc:
patterns:
- 'Grpc*'
- 'Google.Protobuf*'

- package-ecosystem: 'nuget'
directory: '/src/shell/dotnet/Shell'
schedule:
interval: 'monthly'
groups:
infragistics:
patterns:
- 'Infragistics*'
grpc:
patterns:
- 'Grpc*'
- 'Google.Protobuf*'

- package-ecosystem: 'nuget'
directory: '/prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype'
schedule:
interval: 'monthly'
groups:
Expand Down

0 comments on commit 5c4f875

Please sign in to comment.