Browse Source

Add Dependabot configuration

Douglas Thrift 3 years ago
parent
commit
fd1d4d2597
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

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