Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 355d92b commit 67e31f3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"config:base"
"config:recommended"
],
"regexManagers": [
"customManagers": [
{
"fileMatch": ["(^|/)Chart\\.yaml$"],
"customType": "regex",
"fileMatch": [
"(^|/)Chart\\.yaml$"
],
"matchStrings": [
"#\\s?renovate: image=(?<depName>.*?)\\s?appVersion:\\s?\\\"?(?<currentValue>[\\w+\\.\\-]*)"
],
"datasourceTemplate": "docker"
}
],
"bumpVersion": "minor"
}
}

0 comments on commit 67e31f3

Please sign in to comment.