Skip to content

Commit e6f2f96

Browse files
committed
build: Stop bumping version requirements of pytest-min.
There's no need to bump them, since the dependency set is only used for testing against the minimum supported pytest version. Disabling dependabot for the pytest-min dependencies will reduce the pull request noise. Signed-off-by: Michael Seifert <[email protected]>
1 parent a31916d commit e6f2f96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/dependabot.yml

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ updates:
77
interval: weekly
88
open-pull-requests-limit: 10
99
target-branch: master
10-
- package-ecosystem: pip
11-
directory: /dependencies/pytest-min
12-
schedule:
13-
interval: weekly
14-
open-pull-requests-limit: 10
15-
target-branch: master
1610
- package-ecosystem: github-actions
1711
directory: /
1812
schedule:

0 commit comments

Comments
 (0)