-
Notifications
You must be signed in to change notification settings - Fork 43
/
dependencies.yaml
45 lines (40 loc) · 962 Bytes
/
dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
dependencies:
- name: go
version: 1.23
refPaths:
- path: go.mod
match: go
- path: .github/workflows/ci.yml
match: GO_VERSION
- path: .github/workflows/release.yml
match: GO_VERSION
- name: rust
version: 1.66.1
refPaths:
- path: .github/workflows/ci.yml
match: ACTION_MSRV_TOOLCHAIN
- path: .github/workflows/release.yml
match: ACTION_MSRV_TOOLCHAIN
- name: golangci-lint
version: 1.60.3
refPaths:
- path: .github/workflows/ci.yml
match: version
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: zeitgeist
version: 0.4.4
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: jaeger
version: 1.52
refPaths:
- path: contrib/tracing/start
match: JAEGER_IMG
- name: nix
version: 2.21.0
refPaths:
- path: .github/workflows/ci.yml
match: NIX_VERSION