-
-
Notifications
You must be signed in to change notification settings - Fork 534
Expand file tree
/
Copy pathrenovate.json
More file actions
78 lines (78 loc) · 2.21 KB
/
Copy pathrenovate.json
File metadata and controls
78 lines (78 loc) · 2.21 KB
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
{
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchManagers": [
"gomod"
],
"enabled": true,
"matchFileNames": [
".",
"docgen",
"tools"
]
},
{
"matchManagers": [
"dockerfile"
],
"enabled": true,
"matchFileNames": [
".",
"tools",
"proxy"
]
},
{
"matchPackageNames": [
"k3s"
],
"enabled": true,
"branchName": "renovate/k3s-{{newVersion}}"
},
{
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"matchPackageNames": [
"*"
]
},
{
"description": "Hold docker/cli and docker/docker at the v28 major. The v29 line moves the Go API onto github.com/moby/moby (redesigned options/result client) and requires migrating pkg/runtimes/docker, so the bump cannot build as-is. The v29 [security] advisory (CVE-2025-15558) is Windows + cli-plugins/manager only and is not reachable from k3d (govulncheck confirms; k3d does not import cli-plugins/manager). Re-enable when migrating to github.com/moby/moby/v2.",
"matchManagers": [
"gomod"
],
"matchPackageNames": [
"github.com/docker/cli",
"github.com/docker/docker"
],
"matchUpdateTypes": [
"major"
],
"enabled": false
}
],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/^version\\/version.go$/"],
"matchStrings": [
"var K3sVersion = \"(?<currentValue>v[0-9a-zA-Z\\.-]+-k3s[0-9]*)\""
],
"depNameTemplate": "k3s",
"versioningTemplate": "loose",
"datasourceTemplate": "custom.k3s"
}
],
"customDatasources": {
"k3s": {
"defaultRegistryUrlTemplate": "https://update.k3s.io/v1-release/channels",
"transformTemplates": [
"{\"releases\":[{\"version\": $replace($$.(data[id = 'stable'].latest), '+', '-'),\"sourceUrl\":\"https://github.com/k3s-io/k3s\",\"changelogUrl\":$join([\"https://github.com/k3s-io/k3s/releases/tag/\",data[id = 'stable'].latest])}],\"sourceUrl\": \"https://github.com/k3s-io/k3s\",\"homepage\": \"https://k3s.io/\"}"
]
}
}
}