alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Do not add unwanted labels
author
Louis Pilfold
committer
GitHub
date
2 years ago
(Mar 26, 2024, 10:06 AM UTC)
commit
9669bbb2
9669bbb229c48c28104dca9798c99b39b4ae2bd4
parent
401d4f2d
401d4f2d5faa0a1a3cc17e14c057e94fda0568f9
+5
1 changed file
Expand all
Collapse all
Unified
Split
.github
dependabot.yml
+5
.github/dependabot.yml
View file
Reviewed
···
9
9
# Rust:
10
10
- package-ecosystem: "cargo"
11
11
directory: "/"
12
12
+
labels: []
12
13
schedule:
13
14
interval: "weekly"
14
15
- package-ecosystem: "cargo"
15
16
directory: "/compiler-cli"
17
17
+
labels: []
16
18
schedule:
17
19
interval: "weekly"
18
20
- package-ecosystem: "cargo"
19
21
directory: "/compiler-core"
22
22
+
labels: []
20
23
schedule:
21
24
interval: "weekly"
22
25
- package-ecosystem: "cargo"
23
26
directory: "/compiler-wasm"
27
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
34
+
labels: []
30
35
schedule:
31
36
interval: "weekly"