Browse Source

Add Dependabot

Douglas Thrift 1 year ago
parent
commit
ec64d0e769
1 changed files with 16 additions and 0 deletions
  1. 16 0
      .github/dependabot.yml

+ 16 - 0
.github/dependabot.yml

@@ -0,0 +1,16 @@
+version: 2
+updates:
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: weekly
+      day: saturday
+      time: "12:00"
+      timezone: America/Los_Angeles
+  - package-ecosystem: gomod
+    directory: /
+    schedule:
+      interval: weekly
+      day: saturday
+      time: "12:00"
+      timezone: America/Los_Angeles