inspec/.github/dependabot.yml
Vasundhara Jagdale bd6524d10f
CHEF-65: Create inspec-5 release branch in Expeditor and Dependabot configuration (#6591)
* CHEF-65: Switch inspec-6 to be the main branch

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

* Incorporated review comments required to make inspec-5 release branch and keep inspec-6 branch configuration in expeditor as it is for now

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>

---------

Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
2023-08-16 09:41:27 -04:00

51 lines
1.1 KiB
YAML

version: 2
updates:
- package-ecosystem: bundler
target-branch: "main"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "main"
directory: "/omnibus"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-4"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-4"
directory: "/omnibus"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-5"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-5"
directory: "/omnibus"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-6"
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
target-branch: "inspec-6"
directory: "/omnibus"
schedule:
interval: daily
open-pull-requests-limit: 10