Skip to content

Commit c5dbc29

Browse files
authored
[ci skip] fix: depandabot config fix
Signed-off-by: Lala Sabathil <[email protected]>
1 parent ad5afe8 commit c5dbc29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ updates:
44
directory: "/"
55
groups:
66
minor-version-bumps:
7-
update-types: minor
7+
update-types: ["minor"]
88
patch-version-bumps:
9-
update-types: patch
9+
update-types: ["patch"]
1010
major-version-bumps:
11-
update-types: major
11+
update-types: ["major"]
1212
schedule:
1313
interval: "weekly"
1414
commit-message:
@@ -19,11 +19,11 @@ updates:
1919
directory: "/"
2020
groups:
2121
minor-version-bumps:
22-
update-types: minor
22+
update-types: ["minor"]
2323
patch-version-bumps:
24-
update-types: patch
24+
update-types: ["patch"]
2525
major-version-bumps:
26-
update-types: major
26+
update-types: ["major"]
2727
schedule:
2828
interval: "weekly"
2929
commit-message:

0 commit comments

Comments
 (0)