mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 13:43:10 +01:00
| datasource | package | from | to | | ---------- | ---------------------------------------- | ----- | ----- | | git-refs | https://github.com/kubernetes/kubernetes | v1.31 | v1.32 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
21 lines
658 B
YAML
21 lines
658 B
YAML
processor:
|
|
ignoreGroupVersions:
|
|
- "GVK"
|
|
customMarkers:
|
|
- name: "optional"
|
|
target: field
|
|
ignoreFields:
|
|
# - "status$"
|
|
- "TypeMeta$"
|
|
ignoreTypes:
|
|
- "ObjectStoreList$"
|
|
|
|
render:
|
|
# Version of Kubernetes to use when generating links to Kubernetes API documentation.
|
|
# renovate: datasource=git-refs depName=kubernetes/kubernetes lookupName=https://github.com/kubernetes/kubernetes
|
|
kubernetesVersion: 1.32
|
|
knownTypes:
|
|
- name: BarmanObjectStoreConfiguration
|
|
package: github.com/cloudnative-pg/barman-cloud/pkg/api
|
|
link: https://pkg.go.dev/github.com/cloudnative-pg/barman-cloud/pkg/api#BarmanObjectStoreConfiguration
|