Fork of daniellemaywood.uk/gleam — Wasm codegen work
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2024 The Gleam contributors
3
4version: 2
5updates:
6- package-ecosystem: github-actions
7 directory: "/"
8 labels: []
9 schedule:
10 interval: monthly
11 open-pull-requests-limit: 10
12 cooldown:
13 default-days: 7
14
15# Rust:
16- package-ecosystem: "cargo"
17 directory: "/"
18 labels: []
19 schedule:
20 interval: "monthly"
21 cooldown:
22 default-days: 7
23- package-ecosystem: "cargo"
24 directory: "/compiler-cli"
25 labels: []
26 schedule:
27 interval: "monthly"
28 cooldown:
29 default-days: 7
30- package-ecosystem: "cargo"
31 directory: "/compiler-core"
32 labels: []
33 schedule:
34 interval: "monthly"
35 cooldown:
36 default-days: 7
37- package-ecosystem: "cargo"
38 directory: "/compiler-wasm"
39 labels: []
40 schedule:
41 interval: "monthly"
42 cooldown:
43 default-days: 7
44- package-ecosystem: "cargo"
45 # Does not have any custom deps right now,
46 # but can add them in the future:
47 directory: "/test-package-compiler"
48 labels: []
49 schedule:
50 interval: "monthly"
51 cooldown:
52 default-days: 7