From 9072fde846a3964278868723f63f718267c0ac61 Mon Sep 17 00:00:00 2001 From: Michael Vasilenko Date: Fri, 3 Jan 2025 10:45:03 +0000 Subject: [PATCH] update docs, remove dependabot (#7) --- .github/dependabot.yaml | 20 -------------------- README.md | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) delete mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 4444d34..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2 -updates: - - package-ecosystem: gomod - directories: - - '**/*' - groups: - non-breaking-changes-security-updates: - update-types: [minor, patch] - applies-to: security-updates - dependency-type: production - patterns: ["*"] - non-breaking-changes-version-updates: - update-types: [minor, patch] - applies-to: version-updates - dependency-type: production - patterns: ["*"] - schedule: - interval: daily - time: "06:00" - timezone: "Etc/UTC" diff --git a/README.md b/README.md index 8d3737e..656adcf 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ The intention is to test a (more or less) fresh version of Go and `k8s.io` packa What is tested at the moment: - `go 1.22.10` -- `k8s.io/client-go 0.27.14 0.28.10 0.29.5 0.30.1` (maintained release branches) -- `Kubernetes 1.27.13 1.28.9 1.29.4 1.30.0` (best-effort match with versions supported by `kind`) +- `k8s.io/client-go 0.28.14 0.29.12 0.30.8 0.31.4` (maintained release branches) +- `Kubernetes 1.28.9 1.29.12 1.30.8 1.31.4` (best-effort match with versions supported by `kind`) ## Setup