Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Mar 26, 2024
1 parent 770fa14 commit 1c3fcee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"allowPostUpgradeCommandTemplating": true,
"allowedPostUpgradeCommands": ["^.*"],
"extends": [
"config:recommended"
],
Expand All @@ -15,7 +13,6 @@
"description": "Update chart version",
"fileMatch": ["^charts/mini-app/Chart.yaml$", "(^|/)Chart\\.ya?ml$"],
"matchStrings": [
"version: '?(?<currentValue>[^ '\\n]+)'?",
"appVersion: '?(?<currentValue>[^ '\\n]+)'?"
],
"depNameTemplate": "ghcr.io/coutug/mini-app",
Expand All @@ -39,5 +36,7 @@
"matchManagers": ["flux"],
"matchPackageNames": ["mini-app"]
}
]
],
"allowPostUpgradeCommandTemplating": true,
"allowedPostUpgradeCommands": ["^.*"]
}

0 comments on commit 1c3fcee

Please sign in to comment.