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>
This commit is contained in:
Vasundhara Jagdale 2023-08-16 19:11:27 +05:30 committed by GitHub
parent 2478a9adf5
commit bd6524d10f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 2 deletions

View file

@ -78,10 +78,12 @@ github:
- "Expeditor: Bump Major Version"
release_branches:
- main:
version_constraint: 99.*
- inspec-6:
version_constraint: 6.*
- main:
version_constraint: 5.*
- inspec-5:
version_constraint: 5.*
- inspec-4:
version_constraint: 4.*

View file

@ -24,6 +24,18 @@ updates:
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: "/"
@ -36,3 +48,4 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10