mirror of
https://github.com/morten-olsen/homelab-apps.git
synced 2026-02-08 01:36:28 +01:00
Migrate config renovate.json5 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,28 +1,35 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
"extends": [
|
extends: [
|
||||||
"config:base"
|
'config:recommended',
|
||||||
],
|
],
|
||||||
"packageRules": [
|
packageRules: [
|
||||||
{
|
{
|
||||||
"groupName": "Docker images",
|
groupName: 'Docker images',
|
||||||
"groupSlug": "dockerimages",
|
groupSlug: 'dockerimages',
|
||||||
"matchDatasources": ["docker"],
|
matchDatasources: [
|
||||||
"pinDigests": true
|
'docker',
|
||||||
}
|
|
||||||
],
|
|
||||||
"helm-values": {
|
|
||||||
"fileMatch": ["^charts/.*/values\\.yaml$"]
|
|
||||||
},
|
|
||||||
"regexManagers": [
|
|
||||||
{
|
|
||||||
"fileMatch": ["^charts/.*/values\\.yaml$"],
|
|
||||||
"matchStrings": [
|
|
||||||
"repository:\s*'(?<depName>.*?)'\n\s*tag:\s*'(?<currentValue>.*?)'",
|
|
||||||
"repository:\s*\"(?<depName>.*?)\"\n\s*tag:\s*\"(?<currentValue>.*?)\"",
|
|
||||||
"repository:\s*(?<depName>.*?)\n\s*tag:\s*(?<currentValue>.*)"
|
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker"
|
pinDigests: true,
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
|
'helm-values': {
|
||||||
|
managerFilePatterns: [
|
||||||
|
'/^charts/.*/values\\.yaml$/',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
customManagers: [
|
||||||
|
{
|
||||||
|
customType: 'regex',
|
||||||
|
managerFilePatterns: [
|
||||||
|
'/^charts/.*/values\\.yaml$/',
|
||||||
|
],
|
||||||
|
matchStrings: [
|
||||||
|
"repository:s*'(?<depName>.*?)'\ns*tag:s*'(?<currentValue>.*?)'",
|
||||||
|
'repository:s*"(?<depName>.*?)"\ns*tag:s*"(?<currentValue>.*?)"',
|
||||||
|
'repository:s*(?<depName>.*?)\ns*tag:s*(?<currentValue>.*)',
|
||||||
|
],
|
||||||
|
datasourceTemplate: 'docker',
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user