From 6877061d5a1e3db2c292995eb7ac6b27b34ec122 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 24 Nov 2025 11:18:54 -0800 Subject: [PATCH] add dependabot cooldown --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8fe6d7f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "bun" + cooldown: + default-days: 3 + directory: "/" + schedule: + interval: "daily" -- 2.52.0