mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
2478a9adf5
commit
bd6524d10f
2 changed files with 17 additions and 2 deletions
|
@ -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.*
|
||||
|
||||
|
|
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue