renovate/config.json
kjuulh e63e24932a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is passing
fix: name of cuddle prefix
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-12 22:14:30 +02:00

57 lines
1.2 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"
}
]
}