renovate/config.json
kjuulh 4ce30f758f
All checks were successful
continuous-integration/drone/push Build is passing
feat: with renovate
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-01-31 21:36:25 +01:00

69 lines
1.4 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+)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}