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 724991f commit 5200779Copy full SHA for 5200779
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "04:00"
8
+ open-pull-requests-limit: 10
9
+ labels:
10
+ - skip-changelog
11
+ - dependencies
12
+ ignore:
13
+ - dependency-name: pytest
14
+ versions:
15
+ - "> 6.0.0, < 6.1"
16
17
18
+ - "> 6.1.0, < 6.2"
19
20
21
+ - "> 6.2.0, < 6.3"
22
+ - dependency-name: scrapy
23
24
+ - ">= 1.8.a, < 1.9"
25
+ rebase-strategy: disabled
0 commit comments