Skip to content

Commit

Permalink
chore(renovate): try to manually migrate renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed May 7, 2024
1 parent e91a558 commit 8efeb8e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@
},
{
matchDepNames: [
"cloudfoundry/credhub-cli",
"cloudfoundry/cli"
'cloudfoundry/credhub-cli',
'cloudfoundry/cli',
],
description: "Group cloudfoundry org clis patch bump",
groupName: "CF org bumps",
matchUpdateTypes: ["patch"]
description: 'Group cloudfoundry org clis patch bump',
groupName: 'CF org bumps',
matchUpdateTypes: ['patch']
}
],
schedule: [
"after 1pm on Monday",
"before 4pm on Monday",
'after 1pm on Monday',
'before 4pm on Monday',
],
customManagers: [
{
Expand All @@ -109,12 +109,12 @@
// you should be aware when using the ^ and/or $ regex assertions.
"\\s*RUBY_VERSION\\s*=\\s*\"(?<currentValue>[a-z0-9\\.\\/\\-\\+]*)\".*" // https://regex101.com/r/hTyRlz/1
],
depNameTemplate: "ruby",
datasourceTemplate: "docker"
depNameTemplate: 'ruby',
datasourceTemplate: 'docker'
},
{
customType: 'regex',
fileMatch: [".*/Dockerfile$", ".*/.*_spec\\.rb"],
fileMatch: ['.*/Dockerfile$', ".*/.*_spec\\.rb"],
matchStrings: [
// For dockerfile: https://regex101.com/r/QUjPL3/3
"datasource=(?<datasource>github-tags) depName=(?<depName>kubernetes\/kubectl)\\nENV .+_VERSION ?\\\"?(?<currentValue>[\\w\\d\\/\\-\\.\\_]+)\\\"?\\s*",
Expand All @@ -126,11 +126,11 @@
// Workaround for https://github.com/renovatebot/renovate/issues/6576#issuecomment-1233357263 New feature: separateMultiplePatch and separateMultipleMinor
//#6576
// versioningTemplate: "regex:^(\\d+\\.)?(?<major>\\d+)\\.(?<minor>\\d+)?$",
extractVersionTemplate: "^(kubernetes-)?v?(?<version>.*)$"
extractVersionTemplate: '^(kubernetes-)?v?(?<version>.*)$'
},
{
customType: 'regex',
fileMatch: [".*/Dockerfile$", ".*/.*_spec\\.rb"],
fileMatch: ['.*/Dockerfile$', ".*/.*_spec\\.rb"],
matchStrings: [
// For dockerfile: https://regex101.com/r/QUjPL3/3
'datasource=(?<datasource>github-releases) depName=(?<depName>[\\w\\d\\//\\-\\_]+)\\nENV .+_VERSION ?\\\"?(?<currentValue>[\\w\\d\\/\\-\\.\\_]+)\\\"?\\s*',
Expand Down

0 comments on commit 8efeb8e

Please sign in to comment.