Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Mar 26, 2024
1 parent 54c233b commit 75f003f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"assignees": ["coutug"],
"flux": {
"fileMatch": ["app/*.yaml"]
},
"helm-values": {
"fileMatch": ["app/*.yaml"]
},
"customManagers": [
{
"customType": "regex",
"description": "Update chart version",
"fileMatch": ["(^|/)Chart\\.ya?ml$"],
"fileMatch": ["^charts/mini-app/Chart.yaml$", "(^|/)Chart\\.ya?ml$"],
"matchStrings": [
"version: '?(?<currentValue>[^ '\\n]+)'?",
"appVersion: '?(?<currentValue>[^ '\\n]+)'?"
Expand All @@ -21,13 +21,14 @@
}
],
"packageRules": [
{
"matchPackageNames": ["mini-app"]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/coutug/mini-app"],
"registryUrls": ["ghcr.io"]
},
{
"matchManagers": ["flux"],
"matchPackageNames": ["mini-app"]
}
]
}

0 comments on commit 75f003f

Please sign in to comment.