chore: split renovatebot managers
This commit is contained in:
@ -5,20 +5,23 @@
|
|||||||
":semanticCommitTypeAll(chore)"
|
":semanticCommitTypeAll(chore)"
|
||||||
],
|
],
|
||||||
"ignoreDeps": ["postgres"],
|
"ignoreDeps": ["postgres"],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"managers": ["docker"],
|
||||||
|
"matchPackageNames": ["alpine", "node"],
|
||||||
|
"extractVersion": "tag",
|
||||||
|
"pinDigests": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"managers": ["docker"],
|
||||||
|
"matchPackageNames": ["git.comprofix.com/mmckinnon/debian-latest"],
|
||||||
|
"registryUrls": ["https://git.comprofix.com/v2/"]
|
||||||
|
}
|
||||||
|
],
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["group_vars/all.yml"],
|
"fileMatch": ["group_vars/all.yml"],
|
||||||
"matchStrings": [
|
"matchStrings": ["^(\\s*\\w+_latest_image:\\s*\"?)(?<currentValue>[^\\s\"]+)(\"?)"]
|
||||||
"^(\\s*\\w+_latest_image:\\s*\"?)(?<currentValue>[^\\s\"]+)(\"?)"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "docker",
|
|
||||||
"depNameTemplate": "{{ currentValue | regexReplace('@sha256:.*$', '') }}",
|
|
||||||
"versioningTemplate": "docker",
|
|
||||||
"extractVersionTemplate": "{{ currentValue | regexReplace('.*:(.*)$', '$1') }}",
|
|
||||||
"registryUrls": [
|
|
||||||
"https://index.docker.io/v2/",
|
|
||||||
"https://git.comprofix.com/v2/"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user