1version: 2
2updates:
3- package-ecosystem: github-actions
4 directory: "/"
5 labels: []
6 schedule:
7 interval: monthly
8 open-pull-requests-limit: 10
9
10# Rust:
11- package-ecosystem: "cargo"
12 directory: "/"
13 labels: []
14 schedule:
15 interval: "monthly"
16- package-ecosystem: "cargo"
17 directory: "/compiler-cli"
18 labels: []
19 schedule:
20 interval: "monthly"
21- package-ecosystem: "cargo"
22 directory: "/compiler-core"
23 labels: []
24 schedule:
25 interval: "monthly"
26- package-ecosystem: "cargo"
27 directory: "/compiler-wasm"
28 labels: []
29 schedule:
30 interval: "monthly"
31- package-ecosystem: "cargo"
32 # Does not have any custom deps right now,
33 # but can add them in the future:
34 directory: "/test-package-compiler"
35 labels: []
36 schedule:
37 interval: "monthly"