mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
CFINSPEC-38 Rename the stable branch to Inspec-4
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
29d6884c8e
commit
d1d5058896
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ github:
|
|||
release_branches:
|
||||
- main:
|
||||
version_constraint: 5.*
|
||||
- 4-stable:
|
||||
- inspec-4:
|
||||
version_constraint: 4.*
|
||||
# We need to ensure all configs are in place to appropriately support this branch
|
||||
# - expeditor-development:
|
||||
|
|
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -13,13 +13,13 @@ updates:
|
|||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: bundler
|
||||
target-branch: "4-stable"
|
||||
target-branch: "inspec-4"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: bundler
|
||||
target-branch: "4-stable"
|
||||
target-branch: "inspec-4"
|
||||
directory: "/omnibus"
|
||||
schedule:
|
||||
interval: daily
|
||||
|
|
Loading…
Reference in a new issue