Skip to content

Commit

Permalink
try to use custom managers instead of regex manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed May 31, 2024
1 parent 2a4d92a commit 4676587
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
"extends": [
"config:recommended", ":disableDependencyDashboard"
],
"regexManagers": [
{
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)"
],
"datasourceTemplate": "docker"
}
],
"customManagers": [
{
"customType": "regex",
Expand All @@ -20,6 +11,15 @@
"matchStrings": ["ENV BW_CLI_VERSION=(?<currentValue>.*?)\\n"],
"depNameTemplate": "@bitwarden/cli",
"datasourceTemplate": "npm"
},
{
"customType": "regex",
"description": "Update helm chart appVersion",
"fileMatch": ["(^|/)Chart\\.yaml$"],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)"
],
"datasourceTemplate": "docker"
}
],
"packageRules": [
Expand Down

0 comments on commit 4676587

Please sign in to comment.