mirror of
https://github.com/inspec/inspec
synced 2024-11-25 14:10:25 +00:00
Creates inspec-7 branch
Signed-off-by: Vasu1105 <vjagdale@progress.com>
This commit is contained in:
parent
6f4425d06e
commit
b7f12c9499
2 changed files with 13 additions and 0 deletions
|
@ -67,6 +67,8 @@ github:
|
|||
release_branches:
|
||||
- main:
|
||||
version_constraint: 6.*
|
||||
- inspec-7:
|
||||
version_constraint: 7.*
|
||||
- inspec-5:
|
||||
version_constraint: 5.*
|
||||
- inspec-4:
|
||||
|
|
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -21,6 +21,17 @@ updates:
|
|||
- package-ecosystem: bundler
|
||||
target-branch: "inspec-5"
|
||||
directory: "/omnibus"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
- package-ecosystem: bundler
|
||||
target-branch: "inspec-7"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
- package-ecosystem: bundler
|
||||
target-branch: "inspec-7"
|
||||
directory: "/omnibus"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
Loading…
Reference in a new issue