We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61a56e commit 64a564fCopy full SHA for 64a564f
1 file changed
.github/dependabot.yml
@@ -14,6 +14,9 @@ updates:
14
python:
15
patterns:
16
- "*"
17
+ ignore:
18
+ - dependency-name: "pydantic"
19
+ version: ">= 2"
20
- package-ecosystem: "github-actions"
21
directory: "/"
22
commit-message:
0 commit comments