]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add dependabot cooldown
authorCameron Otsuka <cameron@otsuka.haus>
Mon, 24 Nov 2025 19:18:54 +0000 (11:18 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Mon, 24 Nov 2025 19:18:54 +0000 (11:18 -0800)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..8fe6d7f
--- /dev/null
@@ -0,0 +1,8 @@
+version: 2
+updates:
+  - package-ecosystem: "bun"
+    cooldown:
+      default-days: 3
+    directory: "/"
+    schedule:
+      interval: "daily"