Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
2cdc897416
commit
e3f172b4e1
38
config.json
38
config.json
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user