Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

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