mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
updated renovate to update apps as well as have a 2 day release age
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: ["config:recommended"],
|
||||
minimumReleaseAge: "2 days",
|
||||
packageRules: [
|
||||
{
|
||||
groupName: "Docker images",
|
||||
@@ -9,19 +10,17 @@
|
||||
pinDigests: true,
|
||||
},
|
||||
],
|
||||
"helm-values": {
|
||||
managerFilePatterns: ["/^charts/.*/values\\.yaml$/"],
|
||||
},
|
||||
customManagers: [
|
||||
{
|
||||
customType: "regex",
|
||||
managerFilePatterns: ["/^charts/.*/values\\.yaml$/"],
|
||||
fileMatch: [".*/templates/.*\\.yaml$", ".*/templates/.*\\.yml$"],
|
||||
matchStrings: [
|
||||
"repository:s*'(?<depName>.*?)'\ns*tag:s*'(?<currentValue>.*?)'",
|
||||
'repository:s*"(?<depName>.*?)"\ns*tag:s*"(?<currentValue>.*?)"',
|
||||
"repository:s*(?<depName>.*?)\ns*tag:s*(?<currentValue>.*)",
|
||||
"repoURL:s*(?<registryUrls>https?://[^\\n\\r]+)[\\s\\S]*?targetRevision:s*(?<currentValue>[^\\n\\r\\s]+)[\\s\\S]*?chart:s*(?<depName>[^\\n\\r\\s]+)",
|
||||
"repoURL:s*'(?<registryUrls>https?://[^']+)'[\\s\\S]*?targetRevision:s*'(?<currentValue>[^']+)'[\\s\\S]*?chart:s*'(?<depName>[^']+)'",
|
||||
'repoURL:s*"(?<registryUrls>https?://[^"]+)"[\\s\\S]*?targetRevision:s*"(?<currentValue>[^"]+)"[\\s\\S]*?chart:s*"(?<depName>[^"]+)"',
|
||||
],
|
||||
datasourceTemplate: "docker",
|
||||
datasourceTemplate: "helm",
|
||||
versioningTemplate: "semver",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user