summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-05 19:20:05 -0800
committerGitHub <noreply@github.com>2021-01-05 19:20:05 -0800
commit99a4db3c571698ecabc91239e374053f2a96656e (patch)
tree8194cf6c0f29bbbedb241bf4d4d5d4319cbf803f
parent75324afcbd6ca633f8c47458868ca9f6dac178c6 (diff)
parent13a04a9f5b69f2196adde322e994188cf127c0b9 (diff)
downloadchef-99a4db3c571698ecabc91239e374053f2a96656e.tar.gz
Merge pull request #10840 from chef/update_dependabot
Setup omnibus bumping on chef 16/15
-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