kjuulh
d4e593846f
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"platform": "gitea",
|
|
"endpoint": "https://git.front.kjuulh.io/api/v1/",
|
|
"autodiscover": true,
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"hostRules": [
|
|
{
|
|
"hostType": "docker",
|
|
"matchHost": "harbor.front.kjuulh.io",
|
|
"username": "service",
|
|
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": [
|
|
"docker"
|
|
],
|
|
"registryUrls": [
|
|
"https://harbor.front.kjuulh.io/docker-proxy/library/"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "all dependencies",
|
|
"separateMajorMinor": false,
|
|
"groupSlug": "all",
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"*"
|
|
],
|
|
"groupName": "all dependencies",
|
|
"groupSlug": "all"
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^cuddle.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
".*_image:.*\"(?<depName>.*):(?<currentValue>.*)\""
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"(^|/).+.rs$",
|
|
"(^|/).+.ya?ml$"
|
|
],
|
|
"matchStrings": [
|
|
"(?<depName>docker.io/.+):(?<currentValue>\\S+)",
|
|
"(?<depName>.*?):(?<currentValue>\\S+)"
|
|
],
|
|
"datasourceTemplate": "docker",
|
|
"versioningTemplate": "docker"
|
|
}
|
|
]
|
|
}
|