Skip to content

Commit

Permalink
simplify renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Mar 25, 2024
1 parent b7cd3a2 commit da4a5f6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
"customType": "regex",
"description": "Update chart version",
"fileMatch": ["^charts/mini-app/Chart.yaml$", "(^|/)Chart\\.ya?ml$"],
"fileMatch": ["(^|/)Chart\\.ya?ml$"],
"matchStrings": [
"version: '?(?<currentValue>[^ '\\n]+)'?",
"appVersion: '?(?<currentValue>[^ '\\n]+)'?"
Expand All @@ -25,10 +25,6 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/coutug/mini-app"],
"registryUrls": ["ghcr.io"]
},
{
"matchDatasources": ["helm"],
"registryUrls": ["https://coutug.github.io/test-cluster"]
}
]
}

0 comments on commit da4a5f6

Please sign in to comment.