Skip to content

Commit 091c2dc

Browse files
chore(deps): update dependencies (#1427)
* chore(deps): update dependencies * use hyper backports * some clippy fixes * docker fixes * refresh PR * Update Rust again; fix formatting * Fix newline * Switch dependabot to weekly * Fix new rust warnings * Adapt scripts to s6 updates * Vendor libgit2 * Adapt for alpine updates * Fix version reporting; add image build command in makefile * Adapt to git updates * Update graphql schema --------- Co-authored-by: Vladislav Ivanov <[email protected]>
1 parent 1523457 commit 091c2dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2400
-1972
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
!josh-ui/src
1818
!lfs-test-server
1919
!run-josh.sh
20+
!docker/

.github/dependabot.yml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
version: 2
22
updates:
33
- package-ecosystem: cargo
4-
directory: "/"
4+
directories:
5+
- "/"
6+
- "hyper_cgi"
7+
- "josh-core"
8+
- "josh-filter"
9+
- "josh-graphql"
10+
- "josh-proxy"
11+
- "josh-rpc"
12+
- "josh-ssh-shell"
13+
- "josh-templates"
14+
- "josh-ui"
515
schedule:
6-
interval: daily
7-
time: "04:00"
16+
interval: weekly
817
open-pull-requests-limit: 10
18+
- package-ecosystem: npm
19+
directory: "josh-ui"
20+
schedule:
21+
interval: weekly
22+
- package-ecosystem: gomod
23+
directories:
24+
- "josh-ssh-dev-server"
25+
- "lfs-test-server"
26+
schedule:
27+
interval: weekly
28+
- package-ecosystem: docker
29+
directories:
30+
- "/"
31+
- "lfs-test-server"
32+
schedule:
33+
interval: weekly
34+
- package-ecosystem: github-actions
35+
directory: "/"
36+
schedule:
37+
interval: weekly

0 commit comments

Comments
 (0)