Skip to content

Commit e49d025

Browse files
p-r-a-v-i-nauvipy
andauthored
Setup Dependabot for automating dependencies updates (#9885)
Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
1 parent 64f6580 commit e49d025

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,37 @@ updates:
1313
interval: weekly
1414
cooldown:
1515
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+
patterns:
30+
- "mkdocs"
31+
- "pylinkvalidator"
32+
33+
optional:
34+
patterns:
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

Comments
 (0)