fix(renovate): define renovate data source as template attributes for gitea releases
This commit is contained in:
@@ -3,7 +3,6 @@ name: gitea
|
|||||||
description: Gitea Helm chart for Kubernetes
|
description: Gitea Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
# renovate datasource=github-releases depName=go-gitea/gitea extractVersion=^v(?<version>.*)$
|
|
||||||
appVersion: 1.27.0
|
appVersion: 1.27.0
|
||||||
icon: https://gitea.com/assets/img/logo.svg
|
icon: https://gitea.com/assets/img/logo.svg
|
||||||
|
|
||||||
|
|||||||
+5
-2
@@ -42,11 +42,14 @@
|
|||||||
{
|
{
|
||||||
description: "Automatically detect new Gitea releases",
|
description: "Automatically detect new Gitea releases",
|
||||||
customType: "regex",
|
customType: "regex",
|
||||||
|
datasourceTemplate: "github-releases",
|
||||||
|
depNameTemplate: "gitea/gitea",
|
||||||
|
extractVersionTemplate: "^v(?<version>.*)$",
|
||||||
managerFilePatterns: [
|
managerFilePatterns: [
|
||||||
"/(^|/)Chart\\.yaml$/",
|
"/(^|/)Chart\\.ya?ml$/",
|
||||||
],
|
],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
"# renovate datasource=(?<datasource>\\S+) depName=(?<depName>\\S+) extractVersion=(?<extractVersion>\\S+)\\nappVersion:\\s?(?<currentValue>\\S+)\\n",
|
"^appVersion:\\s+[\"']?(?<currentVersion>\\S+)[\"']?$",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user