hostrule updates
This commit is contained in:
parent
76ca6f764c
commit
dcc610e6bb
1 changed files with 1 additions and 5 deletions
|
@ -54,11 +54,7 @@ runs:
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
RENOVATE_REPOSITORY_CACHE: 'enabled'
|
||||||
RENOVATE_TOKEN: ${{ inputs.token }}
|
RENOVATE_TOKEN: ${{ inputs.token }}
|
||||||
RENOVATE_HOST_RULES: |-
|
RENOVATE_HOST_RULES: '[{"matchHost":"docker.io","hostType":"docker","username":"${{ inputs.docker-username }}","password":"${{ inputs.docker-password }}"},{"matchHost":"ghcr.io","hostType":"docker","username":"${{ inputs.github-username }}","password":"${{ inputs.github-token }}"},{"matchHost":"github.com","hostType":"github","token":"${{ inputs.github-token }}"}]'
|
||||||
[
|
|
||||||
{"matchHost":"docker.io","hostType":"docker","username":"${{ inputs.docker-username }}","password":"${{ inputs.docker-password }}"},
|
|
||||||
{"matchHost":"github.com","hostType":"github","token":"${{ inputs.github-token }}"},
|
|
||||||
]
|
|
||||||
GIT_AUTHOR_NAME: 'Renovate Bot'
|
GIT_AUTHOR_NAME: 'Renovate Bot'
|
||||||
GIT_AUTHOR_EMAIL: 'smeagol@hsn.dev'
|
GIT_AUTHOR_EMAIL: 'smeagol@hsn.dev'
|
||||||
GIT_COMMITTER_NAME: 'Renovate Bot'
|
GIT_COMMITTER_NAME: 'Renovate Bot'
|
||||||
|
|
Loading…
Reference in a new issue