Skip to content

Commit

Permalink
reduce scope of kubernetes manager (#175)
Browse files Browse the repository at this point in the history
* reduce scope of kubernetes manager

* watch Chart.yaml in helm folder
  • Loading branch information
vxav authored Oct 8, 2024
1 parent a4dd6ce commit 00a1625
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions helm/cloud-provider-vsphere/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ maintainers:
email: [email protected]
dependencies:
- name: cloud-provider-for-vsphere
# repo: kubernetes/cloud-provider-vsphere
version: 1.30.1
- name: vsphere-csi-driver
# repo: kubernetes-sigs/vsphere-csi-driver
version: 3.3.0
- name: kube-vip
# renovate-kube-vip: kube-vip/helm-charts
version: 0.6.1
condition: kube-vip.enabled
- name: kube-vip-cloud-provider
# renovate-kube-vip-cloud-provider: kube-vip/helm-charts
version: 0.2.2
condition: kube-vip-cloud-provider.enabled
12 changes: 8 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
":warning: Please do not merge directly :warning:",
"Follow update procedure in the [README](https://github.com/giantswarm/cloud-provider-vsphere-app?tab=readme-ov-file#how-to-update-the-charts-automatically)."
],
"ignorePaths": [
"helm",
"hack"
],
"kubernetes": {
"ignorePaths": [
// We don't want to watch the K8s manifests directly.
"helm",
"config",
"hack"
]
},
"customManagers": [
{
"customType": "regex",
Expand Down

0 comments on commit 00a1625

Please sign in to comment.