summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bast <2790401+dbast@users.noreply.github.com>2021-08-17 14:09:25 +0200
committerJesse Duffield <jessedduffield@gmail.com>2021-08-25 21:43:58 +1000
commit7033a4bd5817dd216d6e6249ecd1b14a469625d3 (patch)
treec6ea16e8ff02e6439ae7eadd3cae951a8f3000f4
parentc3d7de1c183ddf2bea39647114403d16825fdd9d (diff)
Add dependabot config for dependency updates
-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 000000000..66bb242dc
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+updates:
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+