From b3fe248e05cdf924b3b9fadda684fbcb5f99faba Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Sat, 18 Apr 2026 04:32:46 +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 0000000..09134d1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "cron" + cron: "0 * * * *" + timezone: "UTC" + open-pull-requests-limit: 0