Skip to content

Commit ec80b37

Browse files
authored
Fix
1 parent 9e2727d commit ec80b37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ updates:
1818
patterns:
1919
- "*"
2020
update-types:
21-
- "version-update:semver-patch"
22-
- "version-update:semver-minor"
21+
- "patch"
22+
- "minor"
2323

2424
- package-ecosystem: docker
2525
directory: "/api"
@@ -55,8 +55,8 @@ updates:
5555
patterns:
5656
- "*"
5757
update-types:
58-
- "version-update:semver-patch"
59-
- "version-update:semver-minor"
58+
- "patch"
59+
- "minor"
6060

6161
- package-ecosystem: "github-actions"
6262
directory: "/"

0 commit comments

Comments
 (0)