Skip to content

Commit

Permalink
test: debug renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Jan 17, 2024
1 parent e34e92c commit cc255b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
"extractVersion": "^master-(?<version>.*)$"
}
],
"enabledManagers": [
"custom.regex"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["\\.py$"],
"fileMatch": ["clang_tools\\.py$"],
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\sENV .*?_VERSION=(?<currentValue>.*)\\s"]
}
]
Expand Down

0 comments on commit cc255b5

Please sign in to comment.