summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-05 19:19:16 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-05 19:19:16 -0800
commit13a04a9f5b69f2196adde322e994188cf127c0b9 (patch)
tree8194cf6c0f29bbbedb241bf4d4d5d4319cbf803f /.github
parent75324afcbd6ca633f8c47458868ca9f6dac178c6 (diff)
downloadchef-13a04a9f5b69f2196adde322e994188cf127c0b9.tar.gz
Setup omnibus bumping on chef 16/15
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 800ecf7bd3..34e52c55b7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -7,3 +7,19 @@ updates:
time: "06:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 10
+- package-ecosystem: bundler
+ target_branch: "chef-16"
+ directory: "/omnibus"
+ schedule:
+ interval: daily
+ time: "06:00"
+ timezone: America/Los_Angeles
+ open-pull-requests-limit: 10
+- package-ecosystem: bundler
+ target_branch: "chef-15"
+ directory: "/omnibus"
+ schedule:
+ interval: daily
+ time: "06:00"
+ timezone: America/Los_Angeles
+ open-pull-requests-limit: 10