Skip to content

Commit 51d29e2

Browse files
committed
Dependabot config for Python
1 parent d80bf3f commit 51d29e2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: "/src/python"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10
8+
versioning-strategy: increase
9+
- package-ecosystem: pip
10+
directory: "/e2e_tests/python"
11+
schedule:
12+
interval: monthly
13+
open-pull-requests-limit: 10
14+
versioning-strategy: increase
15+
- package-ecosystem: pip
16+
directory: "/examples/chatbot"
17+
schedule:
18+
interval: monthly
19+
open-pull-requests-limit: 10
20+
versioning-strategy: increase
21+
- package-ecosystem: pip
22+
directory: "/examples/servers/time"
23+
schedule:
24+
interval: monthly
25+
open-pull-requests-limit: 10
26+
versioning-strategy: increase
27+
- package-ecosystem: pip
28+
directory: "/examples/servers/time/function"
29+
schedule:
30+
interval: monthly
31+
open-pull-requests-limit: 10
32+
versioning-strategy: increase

0 commit comments

Comments
 (0)