forked from cri-o/cri-o
-
Notifications
You must be signed in to change notification settings - Fork 3
/
dependencies.yaml
130 lines (114 loc) · 2.73 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
dependencies:
- name: go
version: 1.21
refPaths:
- path: go.mod
match: go
- path: .github/workflows/verify.yml
match: GO_VERSION
- path: .github/workflows/integration.yml
match: GO_VERSION
- path: .github/workflows/test.yml
match: GO_VERSION
- path: .github/workflows/cron.yml
match: GO_VERSION
- path: contrib/test/integration/vars.yml
match: golang_version
- path: contrib/test/ci/vars.yml
match: golang_version
- name: golangci-lint
version: v1.53.2
refPaths:
- path: .github/workflows/verify.yml
match: GOLANGCI_LINT_VERSION
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: shellcheck
version: v0.9.0
refPaths:
- path: Makefile
match: SHELLCHECK_VERSION
- name: cni-plugins
version: v1.3.0
refPaths:
- path: scripts/versions
match: cni-plugins
- path: contrib/test/integration/build/plugins.yml
match: version
- path: contrib/test/ci/build/plugins.yml
match: version
- name: conmon
version: v2.1.8
refPaths:
- path: scripts/versions
match: conmon
- name: conmon-rs
version: v0.6.1
refPaths:
- path: scripts/versions
match: conmon-rs
- name: cri-tools
version: v1.28.0
refPaths:
- path: scripts/versions
match: cri-tools
- path: contrib/test/integration/vars.yml
match: cri_tools_git_version
- path: contrib/test/ci/vars.yml
match: cri_tools_git_version
- name: runc
version: v1.1.9
refPaths:
- path: scripts/versions
match: runc
- name: crun
version: 1.9.2
refPaths:
- path: scripts/versions
match: crun
- name: bats
version: v1.10.0
refPaths:
- path: scripts/versions
match: bats
- path: contrib/test/integration/build/bats.yml
match: version
- path: contrib/test/ci/build/bats.yml
match: version
- name: zeitgeist
version: 0.4.1
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: nix
version: 2.18.0
refPaths:
- path: .github/workflows/test.yml
match: NIX_VERSION
- path: .github/workflows/nixpkgs.yml
match: NIX_VERSION
- name: release-notes
version: 0.16.1
refPaths:
- path: Makefile
match: RELEASE_NOTES_VERSION
- name: shfmt
version: 3.6.0
refPaths:
- path: Makefile
match: SHFMT_VERSION
- name: mockgen
version: 1.6.0
refPaths:
- path: Makefile
match: MOCKGEN_VERSION
- name: go-mod-outdated
version: 0.9.0
refPaths:
- path: Makefile
match: GO_MOD_OUTDATED_VERSION
- name: gosec
version: 2.15.0
refPaths:
- path: Makefile
match: GOSEC_VERSION