-
Notifications
You must be signed in to change notification settings - Fork 459
/
Copy pathdependencies.yaml
45 lines (40 loc) · 946 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: cri-tools
version: v1.32.0
refPaths:
- path: README.md
match: VERSION
- name: go
version: 1.23
refPaths:
- path: go.mod
match: go
- path: .github/workflows/build.yml
match: GO_VERSION
- path: .github/workflows/containerd.yml
match: GO_VERSION
- path: .github/workflows/crio.yml
match: GO_VERSION
- path: .github/workflows/release.yml
match: GO_VERSION
- name: zeitgeist
version: v0.5.3
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: golangci-lint
version: v1.62.2
refPaths:
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: repo-infra
version: v0.2.5
refPaths:
- path: Makefile
match: REPO_INFRA_VERSION
- name: release-notes
version: v0.17.8
refPaths:
- path: hack/release-notes.sh
match: VERSION