From 07dae3ba24bf07839cd8d1c081508e6e50ee5b2d Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Fri, 17 Apr 2026 18:44:25 +0000 Subject: [PATCH] Test against k8s 1.35 Signed-off-by: 1gtm <1gtm@appscode.com> --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..49367f7af --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "cron" + cron: "0 * * * *" + timezone: "UTC" + open-pull-requests-limit: 0