From 8efeb8e0b2b2a8c56e32b83389dd9677e64d4081 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Tue, 7 May 2024 14:34:27 +0000 Subject: [PATCH] chore(renovate): try to manually migrate renovate.json5 --- renovate.json5 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 2898797b..f5fdb0d2 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -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: [ { @@ -109,12 +109,12 @@ // you should be aware when using the ^ and/or $ regex assertions. "\\s*RUBY_VERSION\\s*=\\s*\"(?[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=(?github-tags) depName=(?kubernetes\/kubectl)\\nENV .+_VERSION ?\\\"?(?[\\w\\d\\/\\-\\.\\_]+)\\\"?\\s*", @@ -126,11 +126,11 @@ // Workaround for https://github.com/renovatebot/renovate/issues/6576#issuecomment-1233357263 New feature: separateMultiplePatch and separateMultipleMinor //#6576 // versioningTemplate: "regex:^(\\d+\\.)?(?\\d+)\\.(?\\d+)?$", - extractVersionTemplate: "^(kubernetes-)?v?(?.*)$" + extractVersionTemplate: '^(kubernetes-)?v?(?.*)$' }, { customType: 'regex', - fileMatch: [".*/Dockerfile$", ".*/.*_spec\\.rb"], + fileMatch: ['.*/Dockerfile$', ".*/.*_spec\\.rb"], matchStrings: [ // For dockerfile: https://regex101.com/r/QUjPL3/3 'datasource=(?github-releases) depName=(?[\\w\\d\\//\\-\\_]+)\\nENV .+_VERSION ?\\\"?(?[\\w\\d\\/\\-\\.\\_]+)\\\"?\\s*',