Skip to content

Commit

Permalink
docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed May 25, 2023
1 parent f70682a commit b3495f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion cf-cli/cf-cli_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

SPRUCE_VERSION = "1.30.2" # renovate: datasource=github-release depName=geofffranks/spruce
RUBY_VERSION=3.0

8 changes: 5 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
matchStrings: [
"^RUBY_VERSION=(?<currentValue>[a-z0-9\\.\\-]+)" // https://regex101.com/r/hTyRlz/1
],
depNameTemplate: "ruby",
datasourceTemplate: "docker",
"versioningTemplate": "docker"
// depNameTemplate: "ruby",
// datasourceTemplate: "docker",
depNameTemplate: "ruby/ruby",
datasourceTemplate: "github-releases",
// "versioningTemplate": "docker"
},
{
"fileMatch": ["cf-cli/docker-images-versions-vars\\.rb$"],
Expand Down

0 comments on commit b3495f4

Please sign in to comment.