summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-01 00:47:42 +0000
committerGitHub <noreply@github.com>2021-01-01 00:47:42 +0000
commit2e34c0437d81e2a81e773dbc1422585519ae6a18 (patch)
tree89127f5a361180caa42fed83d53abe2122600c79 /.github
parent93893e896dde4430b5c0065673c78c9011dbda02 (diff)
downloadchef-2e34c0437d81e2a81e773dbc1422585519ae6a18.tar.gz
Create Dependabot config filedependabot/add-v2-config-file
Diffstat (limited to '.github')
-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