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