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

Configure Feed

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

Do not add unwanted labels

+5
+5
.github/dependabot.yml
··· 9 9 # Rust: 10 10 - package-ecosystem: "cargo" 11 11 directory: "/" 12 + labels: [] 12 13 schedule: 13 14 interval: "weekly" 14 15 - package-ecosystem: "cargo" 15 16 directory: "/compiler-cli" 17 + labels: [] 16 18 schedule: 17 19 interval: "weekly" 18 20 - package-ecosystem: "cargo" 19 21 directory: "/compiler-core" 22 + labels: [] 20 23 schedule: 21 24 interval: "weekly" 22 25 - package-ecosystem: "cargo" 23 26 directory: "/compiler-wasm" 27 + labels: [] 24 28 schedule: 25 29 interval: "weekly" 26 30 - package-ecosystem: "cargo" 27 31 # Does not have any custom deps right now, 28 32 # but can add them in the future: 29 33 directory: "/test-package-compiler" 34 + labels: [] 30 35 schedule: 31 36 interval: "weekly"