Skip to content

Commit 4e116f8

Browse files
authored
chore(workflows/dependabot): Fix indentation for ignore rules (#925)
1 parent 796f331 commit 4e116f8

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ updates:
3939
directory: '/src/messaging/dotnet/src/Client'
4040
schedule:
4141
interval: 'monthly'
42-
ignore:
43-
- dependency-name: 'FluentAssertions*'
44-
versions: [ '>=8.0' ]
42+
ignore:
43+
- dependency-name: 'FluentAssertions*'
44+
versions: [ '>=8.0' ]
4545
groups:
4646
infragistics:
4747
patterns:
@@ -58,9 +58,9 @@ updates:
5858
directory: '/src/messaging/dotnet/src/Core'
5959
schedule:
6060
interval: 'monthly'
61-
ignore:
62-
- dependency-name: 'FluentAssertions*'
63-
versions: [ '>=8.0' ]
61+
ignore:
62+
- dependency-name: 'FluentAssertions*'
63+
versions: [ '>=8.0' ]
6464
groups:
6565
infragistics:
6666
patterns:
@@ -77,9 +77,9 @@ updates:
7777
directory: '/src/messaging/dotnet/src/Host'
7878
schedule:
7979
interval: 'monthly'
80-
ignore:
81-
- dependency-name: 'FluentAssertions*'
82-
versions: [ '>=8.0' ]
80+
ignore:
81+
- dependency-name: 'FluentAssertions*'
82+
versions: [ '>=8.0' ]
8383
groups:
8484
infragistics:
8585
patterns:
@@ -96,9 +96,9 @@ updates:
9696
directory: '/src/messaging/dotnet/src/Server'
9797
schedule:
9898
interval: 'monthly'
99-
ignore:
100-
- dependency-name: 'FluentAssertions*'
101-
versions: [ '>=8.0' ]
99+
ignore:
100+
- dependency-name: 'FluentAssertions*'
101+
versions: [ '>=8.0' ]
102102
groups:
103103
infragistics:
104104
patterns:
@@ -115,9 +115,9 @@ updates:
115115
directory: '/src/shell/dotnet/Shell'
116116
schedule:
117117
interval: 'monthly'
118-
ignore:
119-
- dependency-name: 'FluentAssertions*'
120-
versions: [ '>=8.0' ]
118+
ignore:
119+
- dependency-name: 'FluentAssertions*'
120+
versions: [ '>=8.0' ]
121121
groups:
122122
infragistics:
123123
patterns:
@@ -134,9 +134,9 @@ updates:
134134
directory: '/prototypes/multi-module-prototype/examples/multi-module-example/ModulesPrototype'
135135
schedule:
136136
interval: 'monthly'
137-
ignore:
138-
- dependency-name: 'FluentAssertions*'
139-
versions: [ '>=8.0' ]
137+
ignore:
138+
- dependency-name: 'FluentAssertions*'
139+
versions: [ '>=8.0' ]
140140
groups:
141141
infragistics:
142142
patterns:

0 commit comments

Comments
 (0)