Skip to content

Commit 200d810

Browse files
Fix indentation of groups yaml example (#28056)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent b41d76f commit 200d810

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

data/reusables/dependabot/dependabot-version-updates-groups-yaml-example.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ updates:
5454
directory: "/"
5555
schedule:
5656
interval: "weekly"
57-
groups:
58-
angular:
59-
patterns:
60-
- "@angular*"
61-
update-types:
62-
- "minor"
63-
- "patch"
57+
groups:
58+
angular:
59+
patterns:
60+
- "@angular*"
61+
update-types:
62+
- "minor"
63+
- "patch"
6464
```
6565
6666
```yaml

0 commit comments

Comments
 (0)