summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-06-22 12:23:15 -0700
committerGitHub <noreply@github.com>2021-06-22 12:23:15 -0700
commit883ff5e116222853c711d445825c97bb210fa5c7 (patch)
tree3fbd4e9fe54469530529058ef87e41624edf0e99
parent5342c0a702888ea15d41749f261d400e976a50e0 (diff)
parent7edb17a7d1bf2decfe180ccee8bd5c5795e2a2c2 (diff)
downloadchef-zero-883ff5e116222853c711d445825c97bb210fa5c7.tar.gz
Merge pull request #309 from chef/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
-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 0000000..0967c13
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+version: 2
+updates:
+- package-ecosystem: bundler
+ directory: "/"
+ schedule:
+ interval: daily
+ time: "06:00"
+ timezone: America/Los_Angeles
+ open-pull-requests-limit: 10