summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-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