forked from containers/conmon-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
49 lines (43 loc) · 1.02 KB
/
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
46
47
48
49
---
dependencies:
- name: go
version: 1.20
refPaths:
- 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.51.1
refPaths:
- path: .github/workflows/ci.yml
match: version
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: ginkgo
version: 2.8.0
refPaths:
- path: Makefile
match: GINKGO_VERSION
- name: zeitgeist
version: 0.4.1
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: jaeger
version: 1.41.0
refPaths:
- path: contrib/tracing/start
match: JAEGER_IMG
- name: opentelemetry-collector
version: 0.70.0
refPaths:
- path: contrib/tracing/start
match: OTLP_IMG