about summary refs log tree commit diff
path: root/templates/go/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/go/.github/dependabot.yml')
-rw-r--r--templates/go/.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/go/.github/dependabot.yml b/templates/go/.github/dependabot.yml
new file mode 100644
index 0000000..0cfc43c
--- /dev/null
+++ b/templates/go/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+  - package-ecosystem: "gomod"
+    directory: "/"
+    schedule:
+      interval: "weekly"