diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-05 19:19:16 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-05 19:19:16 -0800 |
commit | 13a04a9f5b69f2196adde322e994188cf127c0b9 (patch) | |
tree | 8194cf6c0f29bbbedb241bf4d4d5d4319cbf803f /.github | |
parent | 75324afcbd6ca633f8c47458868ca9f6dac178c6 (diff) | |
download | chef-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.yml | 16 |
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 |