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 53d415c commit 8dee31dCopy full SHA for 8dee31d
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ ignore:
9
+ - dependency-name: ruamel-yaml
10
+ versions:
11
+ - 0.16.12
12
+ - 0.16.13
13
+ - 0.17.0
14
+ - 0.17.2
15
+ - dependency-name: mypy
16
17
+ - "0.800"
0 commit comments