We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 519cfcd + e3b144e commit ab214ffCopy full SHA for ab214ff
.github/dependabot.yml
@@ -0,0 +1,11 @@
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: urllib3
10
+ versions:
11
+ - 1.26.3
0 commit comments