diff options
| author | Levi Durfee <levi.durfee@gmail.com> | 2026-01-06 19:30:31 -0500 |
|---|---|---|
| committer | Levi Durfee <levi.durfee@gmail.com> | 2026-01-06 19:30:35 -0500 |
| commit | cbe330a937af8966540f7fb5f9cecbbbdc25702f (patch) | |
| tree | 9d193c76efbc8b4e111a4f7611c6b1919288f7e4 | |
| parent | 5cf557c3daa8626283cab2dd52d806980ad95b90 (diff) | |
Add dependabot
| -rw-r--r-- | .github/dependabot.yml | 7 |
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" |
