Skip to content

Commit a93c987

Browse files
chore: enable dependabot.yml (#45)
1 parent 28a209d commit a93c987

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm'
3+
- package-ecosystem: 'pip'
44
directory: '/'
55
schedule:
66
interval: 'weekly'
77
commit-message:
88
prefix: 'chore(deps)'
99
groups:
10-
all:
11-
patterns:
12-
- '*'
10+
minor-and-patch:
1311
update-types:
1412
- 'minor'
1513
- 'patch'

0 commit comments

Comments
 (0)