diff options
-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" |