-
Notifications
You must be signed in to change notification settings - Fork 23
/
renovate.json5
142 lines (142 loc) · 4.52 KB
/
renovate.json5
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
131
132
133
134
135
136
137
138
139
140
141
142
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
labels: [
'kind/enhancement',
],
postUpdateOptions: [
'gomodTidy',
],
// Use `make generate-renovate-ignore-deps` to generate the list of dependencies to ignore.
ignoreDeps: [
'github.com/Masterminds/semver/v3',
'github.com/ahmetb/gen-crd-api-reference-docs',
'github.com/go-logr/logr',
'github.com/miekg/dns',
'github.com/onsi/ginkgo/v2',
'github.com/onsi/gomega',
'github.com/prometheus/client_golang',
'istio.io/api',
'istio.io/client-go',
'k8s.io/api',
'k8s.io/apiextensions-apiserver',
'k8s.io/apimachinery',
'k8s.io/client-go',
'k8s.io/code-generator',
'k8s.io/kube-openapi',
'k8s.io/utils',
'sigs.k8s.io/controller-runtime',
'sigs.k8s.io/controller-runtime/tools/setup-envtest',
'dario.cat/mergo',
'github.com/BurntSushi/toml',
'github.com/Masterminds/goutils',
'github.com/Masterminds/sprig/v3',
'github.com/andybalholm/brotli',
'github.com/beorn7/perks',
'github.com/blang/semver/v4',
'github.com/cenkalti/backoff/v4',
'github.com/cespare/xxhash/v2',
'github.com/cyphar/filepath-securejoin',
'github.com/davecgh/go-spew',
'github.com/emicklei/go-restful/v3',
'github.com/evanphx/json-patch/v5',
'github.com/fatih/color',
'github.com/fluent/fluent-operator/v2',
'github.com/fsnotify/fsnotify',
'github.com/fxamacker/cbor/v2',
'github.com/gardener/etcd-druid',
'github.com/gardener/hvpa-controller/api',
'github.com/gardener/machine-controller-manager',
'github.com/go-jose/go-jose/v4',
'github.com/go-logr/zapr',
'github.com/go-openapi/errors',
'github.com/go-openapi/jsonpointer',
'github.com/go-openapi/jsonreference',
'github.com/go-openapi/swag',
'github.com/go-task/slim-sprig/v3',
'github.com/gobuffalo/flect',
'github.com/gobwas/glob',
'github.com/gogo/protobuf',
'github.com/golang/groupcache',
'github.com/golang/protobuf',
'github.com/google/gnostic-models',
'github.com/google/go-cmp',
'github.com/google/gofuzz',
'github.com/google/pprof',
'github.com/google/uuid',
'github.com/gorilla/websocket',
'github.com/hashicorp/errwrap',
'github.com/hashicorp/go-multierror',
'github.com/huandu/xstrings',
'github.com/imdario/mergo',
'github.com/inconshreveable/mousetrap',
'github.com/ironcore-dev/vgopath',
'github.com/josharian/intern',
'github.com/json-iterator/go',
'github.com/klauspost/compress',
'github.com/kubernetes-csi/external-snapshotter/client/v4',
'github.com/mailru/easyjson',
'github.com/mattn/go-colorable',
'github.com/mattn/go-isatty',
'github.com/mitchellh/copystructure',
'github.com/mitchellh/reflectwalk',
'github.com/moby/spdystream',
'github.com/modern-go/concurrent',
'github.com/modern-go/reflect2',
'github.com/munnerz/goautoneg',
'github.com/mxk/go-flowrate',
'github.com/pelletier/go-toml',
'github.com/pkg/errors',
'github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring',
'github.com/prometheus/client_model',
'github.com/prometheus/common',
'github.com/prometheus/procfs',
'github.com/russross/blackfriday/v2',
'github.com/shopspring/decimal',
'github.com/sirupsen/logrus',
'github.com/spf13/afero',
'github.com/spf13/cast',
'github.com/spf13/cobra',
'github.com/spf13/pflag',
'github.com/x448/float16',
'github.com/xeipuuv/gojsonpointer',
'github.com/xeipuuv/gojsonreference',
'github.com/xeipuuv/gojsonschema',
'go.uber.org/multierr',
'go.uber.org/zap',
'golang.org/x/crypto',
'golang.org/x/exp',
'golang.org/x/mod',
'golang.org/x/net',
'golang.org/x/oauth2',
'golang.org/x/sync',
'golang.org/x/sys',
'golang.org/x/term',
'golang.org/x/text',
'golang.org/x/time',
'golang.org/x/tools',
'gomodules.xyz/jsonpatch/v2',
'google.golang.org/genproto/googleapis/api',
'google.golang.org/protobuf',
'gopkg.in/evanphx/json-patch.v4',
'gopkg.in/inf.v0',
'gopkg.in/yaml.v2',
'gopkg.in/yaml.v3',
'helm.sh/helm/v3',
'k8s.io/autoscaler/vertical-pod-autoscaler',
'k8s.io/component-base',
'k8s.io/gengo',
'k8s.io/gengo/v2',
'k8s.io/klog',
'k8s.io/klog/v2',
'k8s.io/kube-aggregator',
'k8s.io/kubelet',
'k8s.io/metrics',
'sigs.k8s.io/controller-tools',
'sigs.k8s.io/json',
'sigs.k8s.io/structured-merge-diff/v4',
'sigs.k8s.io/yaml',
],
}