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 64f6580 commit e49d025Copy full SHA for e49d025
1 file changed
.github/dependabot.yml
@@ -13,3 +13,37 @@ updates:
13
interval: weekly
14
cooldown:
15
default-days: 7
16
+
17
+ - package-ecosystem: "pip"
18
+ directory: "/"
19
20
+ groups:
21
+ test:
22
+ patterns:
23
+ - "pytest*"
24
+ - "attrs"
25
+ - "importlib-metadata"
26
+ - "pytz"
27
28
+ docs:
29
30
+ - "mkdocs"
31
+ - "pylinkvalidator"
32
33
+ optional:
34
35
+ - "coreapi"
36
+ - "coreschema"
37
+ - "django-filter"
38
+ - "django-guardian"
39
+ - "inflection"
40
+ - "legacy-cgi"
41
+ - "markdown"
42
+ - "psycopg*"
43
+ - "pygments"
44
+ - "pyyaml"
45
46
+ schedule:
47
+ interval: weekly
48
+ cooldown:
49
+ default-days: 7
0 commit comments