We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e3fb9 commit c1e8578Copy full SHA for c1e8578
.github/dependabot.yml
@@ -43,3 +43,6 @@ updates:
43
registries: "*"
44
schedule:
45
interval: "daily"
46
+ ignore:
47
+ - dependency-name: "python*"
48
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
0 commit comments