Skip to content

Commit df53109

Browse files
authored
Update dependabot.yaml
1 parent 085b198 commit df53109

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/dependabot.yaml

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'pip'
4-
directory: '/'
3+
- package-ecosystem: "pip"
4+
directory: "/"
55
schedule:
6-
interval: 'daily'
6+
interval: "daily"
7+
groups:
8+
python-requirements:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: "poetry"
13+
directory: "/"
14+
schedule:
15+
interval: "daily"
16+
groups:
17+
poetry-dependencies:
18+
patterns:
19+
- "*"
720

821
- package-ecosystem: 'github-actions'
922
directory: '/'

0 commit comments

Comments
 (0)