Skip to content

Commit 79c2516

Browse files
committed
allow 3.6+ dependency updates
1 parent 74c2274 commit 79c2516

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,3 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "monthly"
12-
ignore:
13-
- dependency-name: "mock"
14-
# mock 4 requires Python 3.6+
15-
versions: [">=4"]
16-
- dependency-name: "twine"
17-
# twine 2 requires Python 3.6+
18-
versions: [">=2"]

0 commit comments

Comments
 (0)