Skip to content

Commit

Permalink
Merge branch 'main' into fix-release-please
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld authored Jun 21, 2024
2 parents 3e0bbd2 + 995a9eb commit 1c064ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kitchen-vra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "vmware-vra", "~> 3.0", ">= 3.2.0" # 3.0 required for vRA 8.x
spec.add_dependency "highline"
spec.add_dependency "rack", ">= 1.6", "< 4.0"
spec.add_dependency "ffi-yajl", ">= 2.2.3", "< 2.5.0"
spec.add_dependency "ffi-yajl", ">= 2.2.3", "< 3.1.0"
end
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}

0 comments on commit 1c064ea

Please sign in to comment.