Skip to content

Commit

Permalink
ci(reno): update bedrock regex manager
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 16, 2023
1 parent 3835f62 commit ae7a3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
description: "Process various dependencies in YAML files",
fileMatch: ["minecraft-bedrock/app/helm-release\\.yaml$"],
matchStrings: [
'(?m:^\\s+# ?renovate: depName=(?<depName>\\S+)( datasource=(?<datasource>\\S+))?( versioning=(?<versioning>\\S+))?( extractVersion=(?<extractVersion>\\S+))?\\n[\\t|\\s]*? \\S+: "?(?<currentValue>[^" ]+)"?$)',
'(?m:^\\s+# ?renovate: depName=(?<depName>\\S+)\\n[\\t|\\s]*? \\S+: "?(?<currentValue>[^" ]+)"?$)',
],
datasourceTemplate: "github-releases",
versioningTemplate: "^(?<compatibility>\\d+)\\.(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
extractVersionTemplate: "^?(?<version>.*)",
versioningTemplate: "^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).(?<compatibility>\\d+)$",
// extractVersionTemplate: "^?(?<version>.*)",
},
],
packageRules: [],
Expand Down

0 comments on commit ae7a3cb

Please sign in to comment.