summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-31 16:54:59 -0800
committerGitHub <noreply@github.com>2020-12-31 16:54:59 -0800
commit4021513b2814da6edb6910fff88918a6a2ae3cce (patch)
tree79534b710b1bf6bccdd235f4a8254b44b19d57c3
parent4a3ca288bb7e580f039b7d78a86ec195f8086872 (diff)
parent2e34c0437d81e2a81e773dbc1422585519ae6a18 (diff)
downloadchef-4021513b2814da6edb6910fff88918a6a2ae3cce.tar.gz
Merge pull request #10811 from chef/dependabot/add-v2-config-file
Create Dependabot config file
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..800ecf7bd3
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+- package-ecosystem: bundler
+ directory: "/omnibus"
+ schedule:
+ interval: daily
+ time: "06:00"
+ timezone: America/Los_Angeles
+ open-pull-requests-limit: 10