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
Setup dependabot for Rust
author
sobolevn
committer
Louis Pilfold
date
2 years ago
(Mar 22, 2024, 3:30 PM UTC)
commit
5aeb5b85
5aeb5b85ad45bc2c5a440c9a041539148aef9d14
parent
9e382d60
9e382d6022de9813bd333594ddaa36a89f99bc1f
+27
2 changed files
Expand all
Collapse all
Unified
Split
.gitattributes
.github
dependabot.yml
+3
.gitattributes
View file
Reviewed
···
5
5
6
6
# Tests:
7
7
test-package-compiler/src/generated_tests.rs generated
8
8
+
9
9
+
# Lock files:
10
10
+
Cargo.lock generated
+24
.github/dependabot.yml
View file
Reviewed
···
5
5
schedule:
6
6
interval: weekly
7
7
open-pull-requests-limit: 10
8
8
+
9
9
+
# Rust:
10
10
+
- package-ecosystem: "cargo"
11
11
+
directory: "/"
12
12
+
schedule:
13
13
+
interval: "weekly"
14
14
+
- package-ecosystem: "cargo"
15
15
+
directory: "/compiler-cli"
16
16
+
schedule:
17
17
+
interval: "weekly"
18
18
+
- package-ecosystem: "cargo"
19
19
+
directory: "/compiler-core"
20
20
+
schedule:
21
21
+
interval: "weekly"
22
22
+
- package-ecosystem: "cargo"
23
23
+
directory: "/compiler-wasm"
24
24
+
schedule:
25
25
+
interval: "weekly"
26
26
+
- package-ecosystem: "cargo"
27
27
+
# Does not have any custom deps right now,
28
28
+
# but can add them in the future:
29
29
+
directory: "/test-package-compiler"
30
30
+
schedule:
31
31
+
interval: "weekly"