From c2dabc173b0ffcb7d9b187a002f4f95850bc7892 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 18 Apr 2026 04:29:45 +0000 Subject: [PATCH] Configure dependabot refresh schedule 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 00000000..8d566a17 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "cron" + cron: "0 */4 * * *" + timezone: "UTC" + open-pull-requests-limit: 0