Skip to content

Commit b7c23f2

Browse files
authored
Merge pull request #50 from GDATASoftwareAG/update-readme-and-dependabot
update readme and dependabot
2 parents 08407f9 + 3d33d77 commit b7c23f2

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
groups:
8+
kubernetes:
9+
patterns:
10+
- k8s.io/api
11+
- k8s.io/apimachinery
12+
- k8s.io/cloud-provider
13+
- k8s.io/component-base
714

815
- package-ecosystem: github-actions
916
directory: "/"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cloud-provider-ionoscloud
22

3-
This implementation is only an basic implementation of cloud provider to get [CAPIC](https://github.com/GDATASoftwareAG/cluster-api-provider-ionoscloud) running.
3+
This implementation is only an basic implementation of cloud provider to get [CAPIC](https://github.com/ionos-cloud/cluster-api-provider-ionoscloud) running.
44

55

66
## Example manifests
@@ -13,7 +13,7 @@ This is not an offical implementation of cloud provider for IONOS.
1313

1414
## License
1515

16-
Copyright 2024.
16+
Copyright 2025.
1717

1818
Licensed under the Apache License, Version 2.0 (the "License");
1919
you may not use this file except in compliance with the License.

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ require (
88
github.com/ionos-cloud/sdk-go/v6 v6.3.5
99
github.com/spf13/cobra v1.10.1
1010
github.com/spf13/pflag v1.0.10
11+
k8s.io/api v0.33.5
12+
k8s.io/apimachinery v0.33.5
1113
k8s.io/cloud-provider v0.33.5
14+
k8s.io/component-base v0.33.5
15+
k8s.io/klog/v2 v2.130.1
1216
)
1317

1418
require (
@@ -98,11 +102,7 @@ require (
98102
google.golang.org/protobuf v1.36.5 // indirect
99103
gopkg.in/inf.v0 v0.9.1 // indirect
100104
gopkg.in/yaml.v3 v3.0.1 // indirect
101-
k8s.io/api v0.33.5
102-
k8s.io/apimachinery v0.33.5
103105
k8s.io/client-go v0.33.5 // indirect
104-
k8s.io/component-base v0.33.5
105-
k8s.io/klog/v2 v2.130.1
106106
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
107107
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
108108
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect

0 commit comments

Comments
 (0)