Skip to content

Commit 06948fb

Browse files
authored
Create dependabot.yml
1 parent 9b838c8 commit 06948fb

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "monthly"
8+
target-branch: "main"
9+
labels:
10+
- "dependencies"
11+
- "javascript"
12+
open-pull-requests-limit: 5
13+
14+
- package-ecosystem: "yarn"
15+
directory: "/"
16+
schedule:
17+
interval: "monthly"
18+
target-branch: "main"
19+
labels:
20+
- "dependencies"
21+
- "javascript"
22+
open-pull-requests-limit: 5
23+
24+
- package-ecosystem: "poetry"
25+
directory: "/"
26+
schedule:
27+
interval: "monthly"
28+
target-branch: "main"
29+
labels:
30+
- "dependencies"
31+
- "python"
32+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)