Skip to content

Commit d9f4ff0

Browse files
author
mikhail.gubenko
committed
fix syntax of dependabot.yml
1 parent 64a564f commit d9f4ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ updates:
1616
- "*"
1717
ignore:
1818
- dependency-name: "pydantic"
19-
version: ">= 2"
19+
versions: [ ">=2" ]
2020
- package-ecosystem: "github-actions"
2121
directory: "/"
2222
commit-message:

0 commit comments

Comments
 (0)