Skip to content

Commit

Permalink
Merge pull request #40 from bat-bs/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
hofq authored Oct 28, 2024
2 parents 355d92b + 67e31f3 commit 2eb3ffd
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 2eb3ffd

Please sign in to comment.