summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevi Durfee <levi.durfee@gmail.com>2026-01-06 19:30:31 -0500
committerLevi Durfee <levi.durfee@gmail.com>2026-01-06 19:30:35 -0500
commitcbe330a937af8966540f7fb5f9cecbbbdc25702f (patch)
tree9d193c76efbc8b4e111a4f7611c6b1919288f7e4
parent5cf557c3daa8626283cab2dd52d806980ad95b90 (diff)
Add dependabot
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..774299c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+# Apps
+ - package-ecosystem: "gomod"
+ directory: ""
+ schedule:
+ interval: "daily"