Skip to content

Commit

Permalink
chore(workflows/dependabot): Fix indentation for ignore rules (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruplm authored Jan 17, 2025
1 parent 796f331 commit 4e116f8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ updates:
directory: '/src/messaging/dotnet/src/Client'
schedule:
interval: 'monthly'
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
groups:
infragistics:
patterns:
Expand All @@ -58,9 +58,9 @@ updates:
directory: '/src/messaging/dotnet/src/Core'
schedule:
interval: 'monthly'
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
groups:
infragistics:
patterns:
Expand All @@ -77,9 +77,9 @@ updates:
directory: '/src/messaging/dotnet/src/Host'
schedule:
interval: 'monthly'
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
groups:
infragistics:
patterns:
Expand All @@ -96,9 +96,9 @@ updates:
directory: '/src/messaging/dotnet/src/Server'
schedule:
interval: 'monthly'
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
groups:
infragistics:
patterns:
Expand All @@ -115,9 +115,9 @@ updates:
directory: '/src/shell/dotnet/Shell'
schedule:
interval: 'monthly'
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
groups:
infragistics:
patterns:
Expand All @@ -134,9 +134,9 @@ updates:
directory: '/prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype'
schedule:
interval: 'monthly'
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
ignore:
- dependency-name: 'FluentAssertions*'
versions: [ '>=8.0' ]
groups:
infragistics:
patterns:
Expand Down

0 comments on commit 4e116f8

Please sign in to comment.