add github as well
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-01-14 13:58:45 +01:00
parent dd162d5ba0
commit 915a2850ef
4 changed files with 58 additions and 1 deletions

42
config-github.json Normal file
View File

@@ -0,0 +1,42 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"autodiscover": true,
"autodiscoverFilter": ["kjuulh/*"],
"automerge": true,
"automergeType": "pr",
"extends": [
"config:base"
],
"hostRules": [
{
"hostType": "docker",
"matchHost": "harbor.server.kjuulh.io",
"username": "admin",
"password": "{{ secrets.HARBOR_SERVER_PASSWORD }}"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"registryUrls": ["https://harbor.server.kjuulh.io/docker-proxy/library/"]
},
{
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
}
],
"lockFileMaintenance": {
"enabled": false
}
}
]
}