We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9bcc1 commit 203e2cfCopy full SHA for 203e2cf
.github/renovate.json5
@@ -5,10 +5,9 @@
5
{
6
description: "Version variables in pkl files",
7
customType: "regex",
8
- managerFilePatterns: ["Shared.pkl", "*.pkl"],
+ managerFilePatterns: ["**/*.pkl"],
9
matchStrings: [
10
- '// renovate:\\sdatasource=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\
11
-\n.*(version|Version|VERSION)\\s*(:=|=|:)\\s*"?(?<currentValue>.*?)"?',
+ '.*renovate:\\s*datasource=(?<datasource>.*?)\\s*depName=(?<depName>.*?)\n.*(?:local\\s+)?(?<varName>\\w+)_version\\s*=\\s*"?(?<currentValue>[^"\n]+)"?',
12
],
13
extractVersionTemplate: "^v?(?<version>.*)$",
14
},
0 commit comments