Skip to content

Commit a7e1b11

Browse files
bactgoneall
authored andcommittedNov 14, 2024·
Add pip ecosystem
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 6f23582 commit a7e1b11

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
 

‎.github/dependabot.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
version: 2
55
updates:
6-
- package-ecosystem: "github-actions"
7-
directory: "/"
8-
schedule:
9-
interval: "daily"
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "daily"
10+
open-pull-requests-limit: 10
11+
- package-ecosystem: "pip"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
1015
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)
Please sign in to comment.