We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4e738 commit a87afe8Copy full SHA for a87afe8
.github/dependabot.yml
@@ -5,3 +5,8 @@ updates:
5
schedule:
6
interval: daily
7
open-pull-requests-limit: 10
8
+ ignore:
9
+ # pytest-asyncio doens't support pytest 8.0 yet: https://github.com/pytest-dev/pytest-asyncio/issues/737
10
+ # This can be removed once it does.
11
+ - dependency-name: "pytest"
12
+ update-types: ["version-update:semver-major"]
0 commit comments