summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-02 21:52:43 -0700
committerGitHub <noreply@github.com>2021-07-02 21:52:43 -0700
commit96bbf27fcfe7d07d01e71fad2695f7bb95e7e1d3 (patch)
tree19d5d5c8fc50f773bb9fd2f64990b603e076e74c
parent7fb9e8a3975408184f28183a553dce3487e3e605 (diff)
downloadohai-96bbf27fcfe7d07d01e71fad2695f7bb95e7e1d3.tar.gz
Create dependabot.yml
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..fd5a504f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+ - package-ecosystem: bundler
+ directory: "/"
+ schedule:
+ interval: "daily"
+ time: "06:00"
+ timezone: America/Los_Angeles