Skip to content

Commit 948a428

Browse files
committed
fix(dependabot): correct formatting of patterns in configuration
This commit updates the dependabot configuration file to ensure consistent formatting for the patterns section across all package ecosystems. - Removed unnecessary whitespace in the patterns section for nuget and github-actions. - Ensured uniformity in the YAML structure for better readability.
1 parent 4328005 commit 948a428

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
prefix: "fix"
1414
groups:
1515
dependencies:
16-
patterns:
16+
patterns:
1717
- "*"
1818

1919
- package-ecosystem: "nuget" # See documentation for possible values
@@ -24,7 +24,7 @@ updates:
2424
prefix: "chore"
2525
groups:
2626
dependencies:
27-
patterns:
27+
patterns:
2828
- "*"
2929

3030
- package-ecosystem: "nuget" # See documentation for possible values
@@ -35,7 +35,7 @@ updates:
3535
prefix: "chore"
3636
groups:
3737
dependencies:
38-
patterns:
38+
patterns:
3939
- "*"
4040

4141
- package-ecosystem: "github-actions"
@@ -46,5 +46,5 @@ updates:
4646
prefix: "chore"
4747
groups:
4848
dependencies:
49-
patterns:
50-
- "*"
49+
patterns:
50+
- "*"

0 commit comments

Comments
 (0)