From: Cameron Otsuka Date: Mon, 24 Nov 2025 19:18:54 +0000 (-0800) Subject: add dependabot cooldown X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=6877061d5a1e3db2c292995eb7ac6b27b34ec122;p=cotsuka.github.io add dependabot cooldown --- 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"