diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-15 10:41:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 10:41:29 -0700 |
commit | 311a06c8a59ff44506900df9f5a565d1d62de5c0 (patch) | |
tree | 47854acc045661e3eca11753011a403969357331 /.github | |
parent | 904397cad641a822c2e72775bc53f39d39ba9e8a (diff) | |
download | chef-311a06c8a59ff44506900df9f5a565d1d62de5c0.tar.gz |
Update dependabot.yml
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bfa9a981c..3ded5340be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - package-ecosystem: bundler + target_branch: "master" directory: "/omnibus" schedule: interval: daily @@ -8,4 +9,14 @@ updates: timezone: America/Los_Angeles open-pull-requests-limit: 10 labels: - - "Type: Chore"
\ No newline at end of file + - "Type: Chore" +- package-ecosystem: bundler + target_branch: "chef-16" + directory: "/omnibus" + schedule: + interval: daily + time: "06:00" + timezone: America/Los_Angeles + open-pull-requests-limit: 10 + labels: + - "Type: Chore" |