feat: update config
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-14 15:23:55 +02:00
parent 2cdc897416
commit e3f172b4e1
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -1,19 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "gitea",
"endpoint": "https://git.front.kjuulh.io/api/v1/",
"autodiscover": true,
"automerge": true,
"automergeType": "pr",
"endpoint": "https://git.front.kjuulh.io/api/v1/",
"extends": [
"config:base"
"config:recommended"
],
"hostRules": [
{
"hostType": "docker",
"matchHost": "harbor.front.kjuulh.io",
"username": "service",
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}"
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}",
"username": "service"
}
],
"packageRules": [
@ -27,33 +26,31 @@
},
{
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
}
],
"lockFileMaintenance": {
"enabled": false
}
},
"separateMajorMinor": false,
"matchPackagePatterns": [
"*"
]
}
],
"regexManagers": [
"platform": "gitea",
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
"^cuddle.yaml$"
],
"matchStrings": [
".*_image:.*\"(?<depName>.*):(?<currentValue>.*)\""
],
"datasourceTemplate": "docker"
]
},
{
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
"(^|/).+.rs$",
"(^|/).+.ya?ml$"
@ -64,8 +61,7 @@
"(?<depName>docker.io/.+):(?<currentValue>\\S+)",
"(?<depName>harbor.front.kjuulh.io/.+):(?<currentValue>\\S+)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}
}