We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b838c8 commit 06948fbCopy full SHA for 06948fb
1 file changed
.github/workflows/dependabot.yml
@@ -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
16
17
18
19
20
21
22
23
24
+ - package-ecosystem: "poetry"
25
26
27
28
29
30
31
+ - "python"
32
0 commit comments