Skip to content

Commit bf139ca

Browse files
committed
ci: enable Dependabot for weekly dependency vulnerability scanning
1 parent 6a10968 commit bf139ca

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
open-pull-requests-limit: 10
9+
labels:
10+
- "dependencies"
11+
groups:
12+
minor-and-patch:
13+
update-types:
14+
- "minor"
15+
- "patch"

0 commit comments

Comments
 (0)